c-user: Clarify constraints

This commit is contained in:
Sebastian Huber 2021-03-08 08:15:24 +01:00
parent 084a564ba8
commit 7918ef8df8

View File

@ -411,8 +411,14 @@ DEFAULT VALUE:
The default value is 0. The default value is 0.
VALUE CONSTRAINTS: VALUE CONSTRAINTS:
The value of this configuration option shall be greater than or equal to 0 The value of this configuration option shall satisfy all of the following
and less than or equal to `SIZE_MAX <https://en.cppreference.com/w/c/types/limits>`_. constraints:
* It shall be greater than or equal to 0.
* It shall be less than or equal to `SIZE_MAX <https://en.cppreference.com/w/c/types/limits>`_.
* It shall be an integral multiple of :c:macro:`RTEMS_TASK_STORAGE_ALIGNMENT`.
DESCRIPTION: DESCRIPTION:
If the value of this configuration option is greater than zero, then it If the value of this configuration option is greater than zero, then it