-
CONFIG_CMSIS_RTOS_V2
¶
CMSIS RTOS v2 API
Type: bool
Help¶
This enables CMSIS RTOS v2 API support. This is an OS-integration layer which allows applications using CMSIS RTOS V2 APIs to build on Zephyr.
Direct dependencies¶
POLL
&& THREAD_NAME
&& THREAD_STACK_INFO
&& THREAD_MONITOR
&& INIT_STACKS
&& NUM_PREEMPT_PRIORITIES
>= 56
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At lib/cmsis_rtos_v2/Kconfig:6
Included via Kconfig:10
→ Kconfig.zephyr:37
→ lib/Kconfig:13
Menu path: (top menu) → Additional libraries
config CMSIS_RTOS_V2 bool prompt "CMSIS RTOS v2 API" ifPOLL
&&THREAD_NAME
&&THREAD_STACK_INFO
&&THREAD_MONITOR
&&INIT_STACKS
&&NUM_PREEMPT_PRIORITIES
>= 56 depends onPOLL
&&THREAD_NAME
&&THREAD_STACK_INFO
&&THREAD_MONITOR
&&INIT_STACKS
&&NUM_PREEMPT_PRIORITIES
>= 56 help This enables CMSIS RTOS v2 API support. This is an OS-integration layer which allows applications using CMSIS RTOS V2 APIs to build on Zephyr.
(Definitions include propagated dependencies, including from if’s and menus.)