summaryrefslogtreecommitdiff
path: root/spec/acfg/opt/taskstackfromalloc.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/taskstackfromalloc.yml
parentd50da6658d7a50a152b5ca77ec3c6b4d9b30cd3d (diff)
Rename application configuration attributes
Diffstat (limited to '')
-rw-r--r--spec/acfg/opt/taskstackfromalloc.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/spec/acfg/opt/taskstackfromalloc.yml b/spec/acfg/opt/taskstackfromalloc.yml
index 0ec0d355..35d4998b 100644
--- a/spec/acfg/opt/taskstackfromalloc.yml
+++ b/spec/acfg/opt/taskstackfromalloc.yml
@@ -1,5 +1,6 @@
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 macro which
@@ -7,24 +8,23 @@ appl-config-option-constraint:
parameter will be an allocation size and the macro shall return this size
plus the overhead of the allocator to manage an allocation request for this
size.
-appl-config-option-default-value: |
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+default-value: |
The default value is a macro which supports the system heap allocator.
-appl-config-option-description: |
+description: |
The value of this configuration option is used to calculate the task stack
space size.
-appl-config-option-index:
-- task stack allocator
-appl-config-option-name: CONFIGURE_TASK_STACK_FROM_ALLOCATOR
-appl-config-option-notes: |
- This configuration option may be used if a custom task stack allocator is
- configured, see :ref:`CONFIGURE_TASK_STACK_ALLOCATOR`.
-appl-config-option-type: initializer
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true
+index-entries:
+- task stack allocator
interface-type: appl-config-option
links:
- role: appl-config-group-member
uid: ../stackalloc
+name: CONFIGURE_TASK_STACK_FROM_ALLOCATOR
+notes: |
+ This configuration option may be used if a custom task stack allocator is
+ configured, see :ref:`CONFIGURE_TASK_STACK_ALLOCATOR`.
text: ''
type: interface