-
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.
Defaults¶
- 10 if
CMSIS_RTOS_V1
Kconfig definition¶
At lib/cmsis_rtos_v1/Kconfig:16
Included via Kconfig:10
→ Kconfig.zephyr:37
→ lib/Kconfig:11
Menu path: (top menu) → Additional libraries
config CMSIS_MAX_THREAD_COUNT int prompt "Maximum thread count in CMSIS RTOS application" ifCMSIS_RTOS_V1
range 0 255 ifCMSIS_RTOS_V1
default 10 ifCMSIS_RTOS_V1
depends onCMSIS_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.)