[PATCH 6/6] c-user: Convert CONFIGURE_EXTRA_TASK_STACKS
Sebastian Huber
sebastian.huber at embedded-brains.de
Fri Mar 6 15:35:45 UTC 2020
Apply new template for integer options.
Update #3901.
---
c-user/configuring_a_system.rst | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst
index 11a7dd0..366cf6f 100644
--- a/c-user/configuring_a_system.rst
+++ b/c-user/configuring_a_system.rst
@@ -465,24 +465,24 @@ CONFIGURE_EXTRA_TASK_STACKS
CONSTANT:
``CONFIGURE_EXTRA_TASK_STACKS``
-DATA TYPE:
- Unsigned integer (``size_t``).
+OPTION TYPE:
+ This configuration option is an integer define.
-RANGE:
- Undefined or positive.
+VALUE RANGE:
+ The specified value must be greater than or equal to zero and less than or
+ equal to ``SSIZE_MAX``.
DEFAULT VALUE:
The default value is 0.
DESCRIPTION:
- This configuration parameter is set to the number of bytes the applications
- wishes to add to the task stack requirements calculated by
- ``<rtems/confdefs.h>``.
+ This configuration option defines the number of bytes which are added to
+ the task stack size estimate of the application configuration.
NOTES:
This parameter is very important. If the application creates tasks with
- stacks larger then the minimum, then that memory is NOT accounted for by
- ``<rtems/confdefs.h>``.
+ stacks larger then the minimum, then that memory is **not** accounted for
+ by the application configuration.
.. index:: CONFIGURE_INITIAL_EXTENSIONS
--
2.16.4
More information about the devel
mailing list