summaryrefslogtreecommitdiff
path: root/spec/acfg/opt/stackcheckerenabled.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/stackcheckerenabled.yml
parentd50da6658d7a50a152b5ca77ec3c6b4d9b30cd3d (diff)
Rename application configuration attributes
Diffstat (limited to '')
-rw-r--r--spec/acfg/opt/stackcheckerenabled.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/spec/acfg/opt/stackcheckerenabled.yml b/spec/acfg/opt/stackcheckerenabled.yml
index 6ed475ef..116397b6 100644
--- a/spec/acfg/opt/stackcheckerenabled.yml
+++ b/spec/acfg/opt/stackcheckerenabled.yml
@@ -1,22 +1,22 @@
SPDX-License-Identifier: CC-BY-SA-4.0
-appl-config-option-description: |
- In case this configuration option is defined, then the stack checker is
- enabled.
-appl-config-option-index: []
-appl-config-option-name: CONFIGURE_STACK_CHECKER_ENABLED
-appl-config-option-notes: |
- The stack checker performs run-time stack bounds checking. This increases
- the time required to create tasks as well as adding overhead to each context
- switch.
-
- In 4.9 and older, this configuration option was named ``STACK_CHECKER_ON``.
appl-config-option-type: feature-enable
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+description: |
+ In case this configuration option is defined, then the stack checker is
+ enabled.
enabled-by: true
+index-entries: []
interface-type: appl-config-option
links:
- role: appl-config-group-member
uid: ../general
+name: CONFIGURE_STACK_CHECKER_ENABLED
+notes: |
+ The stack checker performs run-time stack bounds checking. This increases
+ the time required to create tasks as well as adding overhead to each context
+ switch.
+
+ In 4.9 and older, this configuration option was named ``STACK_CHECKER_ON``.
text: ''
type: interface