summaryrefslogtreecommitdiffstats
path: root/c-user/config/posix-api.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-06 14:25:04 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-23 10:10:08 +0200
commit7ee5a7b43dcb49ed10fd73547f62b6ad3a3a4ac7 (patch)
treec76c02e9e2766b523150faa96b187b09707fcbc2 /c-user/config/posix-api.rst
parenteng: Update test framework chapter (diff)
downloadrtems-docs-7ee5a7b43dcb49ed10fd73547f62b6ad3a3a4ac7.tar.bz2
c-user: Unify references in appl config chapter
This is a prepration step to allow the generation of the application configuration options in Doxygen markup.
Diffstat (limited to 'c-user/config/posix-api.rst')
-rw-r--r--c-user/config/posix-api.rst11
1 files changed, 4 insertions, 7 deletions
diff --git a/c-user/config/posix-api.rst b/c-user/config/posix-api.rst
index 1359909..6603b66 100644
--- a/c-user/config/posix-api.rst
+++ b/c-user/config/posix-api.rst
@@ -325,13 +325,10 @@ NOTES:
This object class can be configured in unlimited allocation mode, see
:ref:`ConfigUnlimitedObjects`.
- This calculations for the required memory in the RTEMS Workspace for
- threads assume that each thread has a minimum stack size and has floating
- point support enabled. The configuration option
- :ref:`CONFIGURE_EXTRA_TASK_STACKS` is used to specify thread stack
- requirements **above** the minimum size required. See :ref:`Reserve
- Task/Thread Stack Memory Above Minimum` for more information about
- ``CONFIGURE_EXTRA_TASK_STACKS``.
+ This calculations for the required memory in the RTEMS Workspace for threads
+ assume that each thread has a minimum stack size and has floating point
+ support enabled. The configuration option :ref:`CONFIGURE_EXTRA_TASK_STACKS` is used
+ to specify thread stack requirements **above** the minimum size required.
The maximum number of Classic API Tasks is specified by
:ref:`CONFIGURE_MAXIMUM_TASKS`.