summaryrefslogtreecommitdiffstats
path: root/spec/acfg/opt/RTEMS-ACFG-OPT-TASKSTACKALLOCATORINIT.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acfg/opt/RTEMS-ACFG-OPT-TASKSTACKALLOCATORINIT.yml')
-rw-r--r--spec/acfg/opt/RTEMS-ACFG-OPT-TASKSTACKALLOCATORINIT.yml25
1 files changed, 12 insertions, 13 deletions
diff --git a/spec/acfg/opt/RTEMS-ACFG-OPT-TASKSTACKALLOCATORINIT.yml b/spec/acfg/opt/RTEMS-ACFG-OPT-TASKSTACKALLOCATORINIT.yml
index 071e1f8d..fee5437c 100644
--- a/spec/acfg/opt/RTEMS-ACFG-OPT-TASKSTACKALLOCATORINIT.yml
+++ b/spec/acfg/opt/RTEMS-ACFG-OPT-TASKSTACKALLOCATORINIT.yml
@@ -1,26 +1,25 @@
SPDX-License-Identifier: CC-BY-SA-4.0
active: true
-appl-config-option-data-type: |
- Function pointer.
-appl-config-option-default-value: |
- The default value is NULL, which indicates that task stacks will be
- allocated from the RTEMS Workspace.
+appl-config-option-type: initializer
+appl-config-option-default-value: '``NULL``'
appl-config-option-description: |
- ``CONFIGURE_TASK_STACK_ALLOCATOR_INIT`` configures the initialization
- method for an application or BSP specific task stack allocation
- implementation.
+ The value of this configuration option initializes the stack allocator
+ initialization handler.
appl-config-option-index: []
appl-config-option-name: CONFIGURE_TASK_STACK_ALLOCATOR_INIT
appl-config-option-notes: |
A correctly configured system must configure the following to be consistent:
- - ``CONFIGURE_TASK_STACK_ALLOCATOR_INIT``
+ - `CONFIGURE_TASK_STACK_ALLOCATOR_INIT`
- - ``CONFIGURE_TASK_STACK_ALLOCATOR``
+ - :ref:`CONFIGURE_TASK_STACK_ALLOCATOR`
- - ``CONFIGURE_TASK_STACK_DEALLOCATOR``
-appl-config-option-range: |
- Undefined, NULL or valid function pointer.
+ - :ref:`CONFIGURE_TASK_STACK_DEALLOCATOR`
+appl-config-option-constraint:
+ custom:
+ - |
+ The value of this configuration option must be defined to a valid function
+ pointer of the type ``void ( *initialize )( size_t )`` or to ``NULL``.
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
derived: false