From 7918ef8df8c27ceb7cad3ff9f9eb9ecb14ccdd38 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 8 Mar 2021 08:15:24 +0100 Subject: c-user: Clarify constraints --- c-user/config/classic-api.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'c-user') diff --git a/c-user/config/classic-api.rst b/c-user/config/classic-api.rst index 29dafc0..74a8257 100644 --- a/c-user/config/classic-api.rst +++ b/c-user/config/classic-api.rst @@ -411,8 +411,14 @@ DEFAULT VALUE: The default value is 0. VALUE CONSTRAINTS: - The value of this configuration option shall be greater than or equal to 0 - and less than or equal to `SIZE_MAX `_. + The value of this configuration option shall satisfy all of the following + constraints: + + * It shall be greater than or equal to 0. + + * It shall be less than or equal to `SIZE_MAX `_. + + * It shall be an integral multiple of :c:macro:`RTEMS_TASK_STORAGE_ALIGNMENT`. DESCRIPTION: If the value of this configuration option is greater than zero, then it -- cgit v1.2.3