-
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.
Defaults¶
- 15 if
CMSIS_RTOS_V2
Kconfig definition¶
At lib/cmsis_rtos_v2/Kconfig:20
Included via Kconfig:10
→ Kconfig.zephyr:37
→ lib/Kconfig:13
Menu path: (top menu) → Additional libraries
config CMSIS_V2_THREAD_MAX_COUNT int prompt "Maximum thread count in CMSIS RTOS V2 application" ifCMSIS_RTOS_V2
range 0 255 ifCMSIS_RTOS_V2
default 15 ifCMSIS_RTOS_V2
depends onCMSIS_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.
(Definitions include propagated dependencies, including from if’s and menus.)