summaryrefslogtreecommitdiffstats
path: root/spec/acfg/opt/RTEMS-ACFG-OPT-EXTRATASKSTACKS.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-27 13:12:12 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-27 18:28:51 +0100
commitc4fc8bd46be06c2ad4aed10e2372a4a065412216 (patch)
tree8c40ba3b82a80cf131558271af46600ec1fd5ba8 /spec/acfg/opt/RTEMS-ACFG-OPT-EXTRATASKSTACKS.yml
parentapplconfig: Support integer options (diff)
downloadrtems-central-c4fc8bd46be06c2ad4aed10e2372a4a065412216.tar.bz2
spec: Convert integer feature options
Diffstat (limited to 'spec/acfg/opt/RTEMS-ACFG-OPT-EXTRATASKSTACKS.yml')
-rw-r--r--spec/acfg/opt/RTEMS-ACFG-OPT-EXTRATASKSTACKS.yml21
1 files changed, 12 insertions, 9 deletions
diff --git a/spec/acfg/opt/RTEMS-ACFG-OPT-EXTRATASKSTACKS.yml b/spec/acfg/opt/RTEMS-ACFG-OPT-EXTRATASKSTACKS.yml
index ae56e752..f8619991 100644
--- a/spec/acfg/opt/RTEMS-ACFG-OPT-EXTRATASKSTACKS.yml
+++ b/spec/acfg/opt/RTEMS-ACFG-OPT-EXTRATASKSTACKS.yml
@@ -1,22 +1,25 @@
SPDX-License-Identifier: CC-BY-SA-4.0
active: true
-appl-config-option-data-type: |
- Unsigned integer (``size_t``).
-appl-config-option-default-value: |
- The default value is 0.
+appl-config-option-type: integer
+appl-config-option-default-value: 0
appl-config-option-description: |
- This configuration parameter is set to the number of bytes the applications
- wishes to add to the task stack requirements calculated by
+ The value of this configuration option defines the number of bytes the
+ applications wishes to add to the task stack requirements calculated by
``<rtems/confdefs.h>``.
appl-config-option-index:
- memory for task tasks
appl-config-option-name: CONFIGURE_EXTRA_TASK_STACKS
appl-config-option-notes: |
This parameter is very important. If the application creates tasks with
- stacks larger then the minimum, then that memory is NOT accounted for by
+ stacks larger then the minimum, then that memory is **not** accounted for by
``<rtems/confdefs.h>``.
-appl-config-option-range: |
- Undefined or positive.
+appl-config-option-constraint:
+ min: 0
+ custom:
+ - |
+ It must be small enough so that the task stack space calculation carried
+ out by ``<rtems/confdefs.h>`` does not overflow an integer of type
+ ``uintptr_t``.
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
derived: false