-
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.
Direct dependencies¶
(ARM64
&& ARM
) || SPARC
|| CMSIS_RTOS_V1
(Includes any dependencies from ifs and menus.)
Kconfig definitions¶
At <Zephyr>/arch/arm/core/aarch64/Kconfig:47
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
→ <Zephyr>/arch/Kconfig:12
→ <Zephyr>/arch/arm/Kconfig:46
Menu path: (Top) → ARM Options
config CMSIS_THREAD_MAX_STACK_SIZE int default 4096 depends onARM64
&&ARM
At <Zephyr>/arch/sparc/Kconfig:54
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
→ <Zephyr>/arch/Kconfig:12
Menu path: (Top) → SPARC Options
config CMSIS_THREAD_MAX_STACK_SIZE
int
default 2048
depends on SPARC
At <Zephyr>/lib/cmsis_rtos_v1/Kconfig:15
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/lib/Kconfig:8
Menu path: (Top) → Additional libraries → CMSIS RTOS v1 API
config CMSIS_THREAD_MAX_STACK_SIZE int "Max stack size threads can be allocated in CMSIS RTOS application" default 4096 ifCOVERAGE
default 512 depends onCMSIS_RTOS_V1
help Mention max stack size threads can be allocated in CMSIS RTOS application.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)