-
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¶
- 512 if
CMSIS_RTOS_V1
Kconfig definition¶
At lib/cmsis_rtos_v1/Kconfig:40
Included via Kconfig:10
→ Kconfig.zephyr:33
→ lib/Kconfig:31
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 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.)