-
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.
Kconfig definition¶
At lib/cmsis_rtos_v2/Kconfig:37
Included via Kconfig:8
→ Kconfig.zephyr:42
→ lib/Kconfig:10
Menu path: (Top) → Additional libraries → CMSIS RTOS v2 API
config CMSIS_V2_THREAD_MAX_STACK_SIZE int "Max stack size threads can be allocated in CMSIS RTOS V2 application" default 4096 ifCOVERAGE
default 512 depends onCMSIS_RTOS_V2
help Mention max stack size threads can be allocated in CMSIS RTOS V2 application.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)