c-user: Canonicalize configuration option groups

Update #3836.
This commit is contained in:
Sebastian Huber
2020-03-17 09:10:15 +01:00
parent 7a8d697d73
commit 79fb6fddf8
14 changed files with 37 additions and 40 deletions

View File

@@ -5,9 +5,10 @@
Task Stack Allocator Configuration
==================================
RTEMS allows the application or BSP to define its own allocation 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
This section describes configuration options related to the task stack
allocator. RTEMS allows the application or BSP to define its own allocation
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.
.. index:: CONFIGURE_TASK_STACK_ALLOCATOR