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-30 11:04:25 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-30 11:05:03 +0200
commit6a2e34923045d9d5c7a23ad14bba40964bb44695 (patch)
tree24638c5118e520d198b5522d2babb5b69c2d6c5b /spec/acfg/opt/RTEMS-ACFG-OPT-IDLETASKSTACKSIZE.yml
parent86db7a32dba6745f8d03bec9f989ea76d0357719 (diff)
spec: Canonicalize integer options
Diffstat (limited to '')
-rw-r--r--spec/acfg/opt/RTEMS-ACFG-OPT-IDLETASKSTACKSIZE.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/spec/acfg/opt/RTEMS-ACFG-OPT-IDLETASKSTACKSIZE.yml b/spec/acfg/opt/RTEMS-ACFG-OPT-IDLETASKSTACKSIZE.yml
index c06bd2d3..f08114e7 100644
--- a/spec/acfg/opt/RTEMS-ACFG-OPT-IDLETASKSTACKSIZE.yml
+++ b/spec/acfg/opt/RTEMS-ACFG-OPT-IDLETASKSTACKSIZE.yml
@@ -4,17 +4,19 @@ appl-config-option-type: integer
appl-config-option-default-value: '``RTEMS_MINIMUM_STACK_SIZE``'
appl-config-option-description: |
The value of this configuration option defines the task stack size for an
- idle task.
+ IDLE task.
appl-config-option-index: []
appl-config-option-name: CONFIGURE_IDLE_TASK_STACK_SIZE
appl-config-option-notes: |
- In SMP configurations, there is one idle task per configured processor, see
+ 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
+ It must be greater than or equal to a BSP-specific and application-specific
+ minimum value.
+ - |
+ 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: