-
CONFIG_CMSIS_V2_THREAD_MAX_STACK_SIZE
¶
Max stack size threads can be allocated in CMSIS RTOS V2 application
Type: int
Help¶
Mention max stack size threads can be allocated in CMSIS RTOS V2 application.
Defaults¶
- 512 if
CMSIS_RTOS_V2
Kconfig definition¶
At lib/cmsis_rtos_v2/Kconfig:39
Included via Kconfig:10
→ Kconfig.zephyr:37
→ lib/Kconfig:13
Menu path: (top menu) → Additional libraries
config CMSIS_V2_THREAD_MAX_STACK_SIZE int prompt "Max stack size threads can be allocated in CMSIS RTOS V2 application" ifCMSIS_RTOS_V2
default 512 ifCMSIS_RTOS_V2
depends onCMSIS_RTOS_V2
help Mention max stack size threads can be allocated in CMSIS RTOS V2 application.
(Definitions include propagated dependencies, including from if’s and menus.)