-
CONFIG_CMSIS_THREAD_MAX_STACK_SIZE
¶
Max stack size threads can be allocated in CMSIS RTOS application
Type: int
Help¶
Mention max stack size threads can be allocated in CMSIS RTOS application.
Defaults¶
- 4096 if
COVERAGE
&&CMSIS_RTOS_V1
- 512 if
CMSIS_RTOS_V1
Kconfig definition¶
At lib/cmsis_rtos_v1/Kconfig:25
Included via Kconfig:10
→ Kconfig.zephyr:37
→ lib/Kconfig:11
Menu path: (top menu) → Additional libraries
config CMSIS_THREAD_MAX_STACK_SIZE int prompt "Max stack size threads can be allocated in CMSIS RTOS application" ifCMSIS_RTOS_V1
default 4096 ifCOVERAGE
&&CMSIS_RTOS_V1
default 512 ifCMSIS_RTOS_V1
depends onCMSIS_RTOS_V1
help Mention max stack size threads can be allocated in CMSIS RTOS application.
(Definitions include propagated dependencies, including from if’s and menus.)