summaryrefslogtreecommitdiffstats
path: root/spec/acfg/opt/taskstackallocator.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-26 14:20:52 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:38:23 +0200
commit92ea0a0cdeb38290478685ab40a35b5338592f4d (patch)
treed4d03e15f49d73d4555581efc51fdf07c0b85cda /spec/acfg/opt/taskstackallocator.yml
parentcontent: Add and use Content.paste_and_add() (diff)
downloadrtems-central-92ea0a0cdeb38290478685ab40a35b5338592f4d.tar.bz2
Rename application configuration attributes
Diffstat (limited to 'spec/acfg/opt/taskstackallocator.yml')
-rw-r--r--spec/acfg/opt/taskstackallocator.yml28
1 files changed, 14 insertions, 14 deletions
diff --git a/spec/acfg/opt/taskstackallocator.yml b/spec/acfg/opt/taskstackallocator.yml
index e3a81ff7..c045c58a 100644
--- a/spec/acfg/opt/taskstackallocator.yml
+++ b/spec/acfg/opt/taskstackallocator.yml
@@ -1,19 +1,27 @@
SPDX-License-Identifier: CC-BY-SA-4.0
-appl-config-option-constraint:
+appl-config-option-type: initializer
+constraints:
custom:
- |
The value of this configuration option shall be defined to a valid function
pointer of the type ``void *( *allocate )( size_t )``.
-appl-config-option-default-value: |
+copyrights:
+- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+default-value: |
The default value is ``_Workspace_Allocate``, which indicates that task
stacks will be allocated from the RTEMS Workspace.
-appl-config-option-description: |
+description: |
The value of this configuration option initializes the stack allocator
allocate handler.
-appl-config-option-index:
+enabled-by: true
+index-entries:
- task stack allocator
-appl-config-option-name: CONFIGURE_TASK_STACK_ALLOCATOR
-appl-config-option-notes: |
+interface-type: appl-config-option
+links:
+- role: appl-config-group-member
+ uid: ../stackalloc
+name: CONFIGURE_TASK_STACK_ALLOCATOR
+notes: |
A correctly configured system shall configure the following to be consistent:
- :ref:`CONFIGURE_TASK_STACK_ALLOCATOR_INIT`
@@ -21,13 +29,5 @@ appl-config-option-notes: |
- `CONFIGURE_TASK_STACK_ALLOCATOR`
- :ref:`CONFIGURE_TASK_STACK_DEALLOCATOR`
-appl-config-option-type: initializer
-copyrights:
-- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
-enabled-by: true
-interface-type: appl-config-option
-links:
-- role: appl-config-group-member
- uid: ../stackalloc
text: ''
type: interface