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

Kconfig definitions

At <Zephyr>/arch/arc/Kconfig:359

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:37<Zephyr>/arch/Kconfig:12

Menu path: (Top)

config CMSIS_THREAD_MAX_STACK_SIZE
    int
    default 1024 if 64BIT

At <Zephyr>/arch/arm64/core/Kconfig:69

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:37<Zephyr>/arch/Kconfig:12<Zephyr>/arch/arm64/Kconfig:32

Menu path: (Top) → ARM64 Options

config CMSIS_THREAD_MAX_STACK_SIZE
    int
    default 4096
    depends on ARM64

At <Zephyr>/arch/riscv/Kconfig:147

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:37<Zephyr>/arch/Kconfig:12

Menu path: (Top) → RISCV Options

config CMSIS_THREAD_MAX_STACK_SIZE
    int
    default 1024 if 64BIT
    depends on RISCV

At <Zephyr>/subsys/portability/cmsis_rtos_v1/Kconfig:15

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/subsys/Kconfig:41<Zephyr>/subsys/portability/Kconfig:6

Menu path: (Top) → Sub Systems and OS Services → Portability → CMSIS RTOS v1 API

config CMSIS_THREAD_MAX_STACK_SIZE
    int "Max stack size threads can be allocated in CMSIS RTOS application"
    default 4096 if COVERAGE
    default 512
    depends on CMSIS_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.)