summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-03-08 08:15:24 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-03-08 08:28:54 +0100
commit7918ef8df8c27ceb7cad3ff9f9eb9ecb14ccdd38 (patch)
tree62a904f394b50b688c54a8f25f125f7d40f66446
parentuser: Update ZynqMP QEMU BSP name (diff)
downloadrtems-docs-7918ef8df8c27ceb7cad3ff9f9eb9ecb14ccdd38.tar.bz2
c-user: Clarify constraints
-rw-r--r--c-user/config/classic-api.rst10
1 files changed, 8 insertions, 2 deletions
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 <https://en.cppreference.com/w/c/types/limits>`_.
+ 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 <https://en.cppreference.com/w/c/types/limits>`_.
+
+ * 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