summaryrefslogtreecommitdiffstats
path: root/spec/acfg/opt/RTEMS-ACFG-OPT-TASKSTACKALLOCATOR.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-30 09:53:35 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-30 11:05:03 +0200
commit8ac087ec2b6b25793e59c88809ce62b788456583 (patch)
tree740bc1b7f616b651c7e77879920d26385f47d018 /spec/acfg/opt/RTEMS-ACFG-OPT-TASKSTACKALLOCATOR.yml
parentapplconfig: Support initializer options (diff)
downloadrtems-central-8ac087ec2b6b25793e59c88809ce62b788456583.tar.bz2
spec: Convert initializer options
Diffstat (limited to 'spec/acfg/opt/RTEMS-ACFG-OPT-TASKSTACKALLOCATOR.yml')
-rw-r--r--spec/acfg/opt/RTEMS-ACFG-OPT-TASKSTACKALLOCATOR.yml20
1 files changed, 11 insertions, 9 deletions
diff --git a/spec/acfg/opt/RTEMS-ACFG-OPT-TASKSTACKALLOCATOR.yml b/spec/acfg/opt/RTEMS-ACFG-OPT-TASKSTACKALLOCATOR.yml
index 91945453..c6dcd5b4 100644
--- a/spec/acfg/opt/RTEMS-ACFG-OPT-TASKSTACKALLOCATOR.yml
+++ b/spec/acfg/opt/RTEMS-ACFG-OPT-TASKSTACKALLOCATOR.yml
@@ -1,26 +1,28 @@
SPDX-License-Identifier: CC-BY-SA-4.0
active: true
-appl-config-option-data-type: |
- Function pointer.
+appl-config-option-type: initializer
appl-config-option-default-value: |
The default value is ``_Workspace_Allocate``, which indicates that task
stacks will be allocated from the RTEMS Workspace.
appl-config-option-description: |
- ``CONFIGURE_TASK_STACK_ALLOCATOR`` may point to a user provided routine to
- allocate task stacks.
+ The value of this configuration option initializes the stack allocator
+ allocate handler.
appl-config-option-index:
- task stack allocator
appl-config-option-name: CONFIGURE_TASK_STACK_ALLOCATOR
appl-config-option-notes: |
A correctly configured system must configure the following to be consistent:
- - ``CONFIGURE_TASK_STACK_ALLOCATOR_INIT``
+ - :ref:`CONFIGURE_TASK_STACK_ALLOCATOR_INIT`
- - ``CONFIGURE_TASK_STACK_ALLOCATOR``
+ - `CONFIGURE_TASK_STACK_ALLOCATOR`
- - ``CONFIGURE_TASK_STACK_DEALLOCATOR``
-appl-config-option-range: |
- Undefined 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 *( *allocate )( size_t )``.
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
derived: false