-
CONFIG_CMSIS_V2_THREAD_DYNAMIC_MAX_COUNT
¶
Maximum dynamic thread count in CMSIS RTOS V2 application
Type: int
Help¶
Mention max number of dynamic threads in CMSIS RTOS V2 compliant application. There’s a limitation on the number of threads due to memory related constraints. Dynamic threads are a subset of all other CMSIS threads i.e. they also count towards that maximum too.
Defaults¶
- 0 if
CMSIS_RTOS_V2
Kconfig definition¶
At lib/cmsis_rtos_v2/Kconfig:29
Included via Kconfig:10
→ Kconfig.zephyr:37
→ lib/Kconfig:13
Menu path: (top menu) → Additional libraries → CMSIS RTOS v2 API
config CMSIS_V2_THREAD_DYNAMIC_MAX_COUNT int prompt "Maximum dynamic thread count in CMSIS RTOS V2 application" ifCMSIS_RTOS_V2
range 0 255 ifCMSIS_RTOS_V2
default 0 ifCMSIS_RTOS_V2
depends onCMSIS_RTOS_V2
help Mention max number of dynamic threads in CMSIS RTOS V2 compliant application. There's a limitation on the number of threads due to memory related constraints. Dynamic threads are a subset of all other CMSIS threads i.e. they also count towards that maximum too.
(Definitions include propagated dependencies, including from if’s and menus.)