From 6a2e34923045d9d5c7a23ad14bba40964bb44695 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 30 Mar 2020 11:04:25 +0200 Subject: spec: Canonicalize integer options --- spec/acfg/opt/RTEMS-ACFG-OPT-IDLETASKSTACKSIZE.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'spec/acfg/opt/RTEMS-ACFG-OPT-IDLETASKSTACKSIZE.yml') 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 ```` does not overflow an integer of type ``size_t``. copyrights: -- cgit v1.2.3