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
Kconfig definitions
At <Architecture>/arc/Kconfig:384
Included via Kconfig:8
→ Kconfig.zephyr:39
→ <Architecture>/Kconfig:12
Menu path: (Top)
config CMSIS_V2_THREAD_MAX_STACK_SIZE
int
default 2048 if 64BIT
At <Architecture>/arm64/core/Kconfig:72
Included via Kconfig:8
→ Kconfig.zephyr:39
→ <Architecture>/Kconfig:12
→ <Architecture>/arm64/Kconfig:32
Menu path: (Top) → ARM64 Options
config CMSIS_V2_THREAD_MAX_STACK_SIZE
int
default 4096
depends on ARM64
At <Architecture>/mips/Kconfig:49
Included via Kconfig:8
→ Kconfig.zephyr:39
→ <Architecture>/Kconfig:12
Menu path: (Top) → MIPS Options
config CMSIS_V2_THREAD_MAX_STACK_SIZE
int
default 2048
depends on MIPS
At <Architecture>/riscv/Kconfig:161
Included via Kconfig:8
→ Kconfig.zephyr:39
→ <Architecture>/Kconfig:12
Menu path: (Top) → RISCV Options
config CMSIS_V2_THREAD_MAX_STACK_SIZE
int
default 1024 if 64BIT
depends on RISCV
At <Subsystem>/portability/cmsis_rtos_v2/Kconfig:37
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Subsystem>/Kconfig:41
→ <Subsystem>/portability/Kconfig:8
Menu path: (Top) → Sub Systems and OS Services → Portability → 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 if COVERAGE
default 512
depends on CMSIS_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.)