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

Maximum thread count in CMSIS RTOS application

Type: int

Help

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

Direct dependencies

CMSIS_RTOS_V1

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At lib/cmsis_rtos_v1/Kconfig:16

Included via Kconfig:10Kconfig.zephyr:37lib/Kconfig:11

Menu path: (top menu) → Additional libraries

config CMSIS_MAX_THREAD_COUNT
    int
    prompt "Maximum thread count in CMSIS RTOS application" if CMSIS_RTOS_V1
    range 0 255 if CMSIS_RTOS_V1
    default 10 if CMSIS_RTOS_V1
    depends on CMSIS_RTOS_V1
    help
      Mention max number of threads in CMSIS RTOS compliant application.
      There's a limitation on the number of threads due to memory
      related constraints.

(Definitions include propagated dependencies, including from if’s and menus.)