From 51a5138bfea0c1bebfa25ba9e726f52589f3c21a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 12 Oct 2020 15:51:24 +0200 Subject: c-user: Add "Generated from ..." comments --- c-user/config/task-stack-alloc.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'c-user/config/task-stack-alloc.rst') 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 -- cgit v1.2.3