The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_CMSIS_V2_THREAD_MAX_COUNT

Maximum thread count in CMSIS RTOS V2 application

Type: int

Help

Mention max number of threads in CMSIS RTOS V2 compliant application.
There's a limitation on the number of threads due to memory
related constraints.

Direct dependencies

CMSIS_RTOS_V2

(Includes any dependencies from ifs and menus.)

Default

  • 15

Kconfig definition

At subsys/portability/cmsis_rtos_v2/Kconfig:18

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:41subsys/portability/Kconfig:8

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

config CMSIS_V2_THREAD_MAX_COUNT
    int "Maximum thread count in CMSIS RTOS V2 application"
    range 0 255
    default 15
    depends on CMSIS_RTOS_V2
    help
      Mention max number of threads in CMSIS RTOS V2 compliant application.
      There's a limitation on the number of threads due to memory
      related constraints.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)