summaryrefslogtreecommitdiff
path: root/spec/acfg/opt/RTEMS-ACFG-OPT-IDLETASKSTACKSIZE.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-IDLETASKSTACKSIZE.yml
parentee8b3c93b60dc6c24765af9143a9ef3daef17eca (diff)
spec: Convert integer feature options
Diffstat (limited to '')
-rw-r--r--spec/acfg/opt/RTEMS-ACFG-OPT-IDLETASKSTACKSIZE.yml22
1 files changed, 13 insertions, 9 deletions
diff --git a/spec/acfg/opt/RTEMS-ACFG-OPT-IDLETASKSTACKSIZE.yml b/spec/acfg/opt/RTEMS-ACFG-OPT-IDLETASKSTACKSIZE.yml
index 2f790246..c06bd2d3 100644
--- a/spec/acfg/opt/RTEMS-ACFG-OPT-IDLETASKSTACKSIZE.yml
+++ b/spec/acfg/opt/RTEMS-ACFG-OPT-IDLETASKSTACKSIZE.yml
@@ -1,18 +1,22 @@
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 RTEMS_MINIMUM_STACK_SIZE.
+appl-config-option-type: integer
+appl-config-option-default-value: '``RTEMS_MINIMUM_STACK_SIZE``'
appl-config-option-description: |
- ``CONFIGURE_IDLE_TASK_STACK_SIZE`` is set to the desired stack size for the
- IDLE task.
+ The value of this configuration option defines the task stack size for an
+ idle task.
appl-config-option-index: []
appl-config-option-name: CONFIGURE_IDLE_TASK_STACK_SIZE
appl-config-option-notes: |
- None.
-appl-config-option-range: |
- Undefined or positive.
+ In SMP configurations, there is one idle task per configured processor, see
+ :ref:`CONFIGURE_MAXIMUM_PROCESSORS`.
+appl-config-option-constraint:
+ min: 0
+ custom:
+ - |
+ It must be small enough so that the idle task stack area calculation
+ carried out by ``<rtems/confdefs.h>`` does not overflow an integer of type
+ ``size_t``.
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
derived: false