summaryrefslogtreecommitdiffstats
path: root/spec/acfg/opt/taskstackallocator.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-20 07:26:15 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-21 17:37:21 +0200
commit71d8b3c08ae2baacf410abe33da475de3db644da (patch)
tree948b4b4da73ede172430cb4d6f647687461ffc12 /spec/acfg/opt/taskstackallocator.yml
parentEnable branch coverage (diff)
downloadrtems-central-71d8b3c08ae2baacf410abe33da475de3db644da.tar.bz2
Remove Doorstop specifics
Diffstat (limited to 'spec/acfg/opt/taskstackallocator.yml')
-rw-r--r--spec/acfg/opt/taskstackallocator.yml33
1 files changed, 33 insertions, 0 deletions
diff --git a/spec/acfg/opt/taskstackallocator.yml b/spec/acfg/opt/taskstackallocator.yml
new file mode 100644
index 00000000..b2bdd075
--- /dev/null
+++ b/spec/acfg/opt/taskstackallocator.yml
@@ -0,0 +1,33 @@
+SPDX-License-Identifier: CC-BY-SA-4.0
+appl-config-option-constraint:
+ 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: |
+ The default value is ``_Workspace_Allocate``, which indicates that task
+ stacks will be allocated from the RTEMS Workspace.
+appl-config-option-description: |
+ 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 shall configure the following to be consistent:
+
+ - :ref:`CONFIGURE_TASK_STACK_ALLOCATOR_INIT`
+
+ - `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: []
+interface-type: appl-config-option
+links:
+- role: null
+ uid: ../stackalloc
+text: ''
+type: interface