summaryrefslogtreecommitdiffstats
path: root/c-user/config/task-stack-alloc.rst
diff options
context:
space:
mode:
Diffstat (limited to 'c-user/config/task-stack-alloc.rst')
-rw-r--r--c-user/config/task-stack-alloc.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/c-user/config/task-stack-alloc.rst b/c-user/config/task-stack-alloc.rst
index a567477..7dd95bb 100644
--- a/c-user/config/task-stack-alloc.rst
+++ b/c-user/config/task-stack-alloc.rst
@@ -15,6 +15,8 @@
..
.. https://docs.rtems.org/branches/master/eng/req/howto.html
+.. Generated from spec:/acfg/if/group-stackalloc
+
Task Stack Allocator Configuration
==================================
@@ -24,6 +26,8 @@ and deallocation methods for task stacks. This can be used to place task stacks
in special areas of memory or to utilize a Memory Management Unit so that stack
overflows are detected in hardware.
+.. Generated from spec:/acfg/if/task-stack-allocator
+
.. index:: CONFIGURE_TASK_STACK_ALLOCATOR
.. index:: task stack allocator
@@ -59,6 +63,8 @@ NOTES:
* :ref:`CONFIGURE_TASK_STACK_DEALLOCATOR`
+.. Generated from spec:/acfg/if/task-stack-no-workspace
+
.. index:: CONFIGURE_TASK_STACK_ALLOCATOR_AVOIDS_WORK_SPACE
.. _CONFIGURE_TASK_STACK_ALLOCATOR_AVOIDS_WORK_SPACE:
@@ -84,6 +90,8 @@ NOTES:
This configuration option may be used if a custom task stack allocator is
configured, see :ref:`CONFIGURE_TASK_STACK_ALLOCATOR`.
+.. Generated from spec:/acfg/if/task-stack-allocator-init
+
.. index:: CONFIGURE_TASK_STACK_ALLOCATOR_INIT
.. _CONFIGURE_TASK_STACK_ALLOCATOR_INIT:
@@ -118,6 +126,8 @@ NOTES:
* :ref:`CONFIGURE_TASK_STACK_DEALLOCATOR`
+.. Generated from spec:/acfg/if/task-stack-deallocator
+
.. index:: CONFIGURE_TASK_STACK_DEALLOCATOR
.. index:: task stack deallocator
@@ -153,6 +163,8 @@ NOTES:
* ``CONFIGURE_TASK_STACK_DEALLOCATOR``
+.. Generated from spec:/acfg/if/task-stack-from-alloc
+
.. index:: CONFIGURE_TASK_STACK_FROM_ALLOCATOR
.. index:: task stack allocator