:orphan: .. title:: CONFIG_CMSIS_RTOS_V1 .. kconfig:: CONFIG_CMSIS_RTOS_V1 CONFIG_CMSIS_RTOS_V1 #################### *CMSIS RTOS v1 API* Type: ``bool`` Help ==== .. code-block:: none This enables CMSIS RTOS v1 API support. This is an OS-integration layer which allows applications using CMSIS RTOS APIs to build on Zephyr. Direct dependencies =================== \ :kconfig:`THREAD_CUSTOM_DATA ` && \ :kconfig:`POLL ` && \ :kconfig:`THREAD_STACK_INFO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/portability/cmsis_rtos_v1/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:41`` → ``/portability/Kconfig:6`` Menu path: (Top) → Sub Systems and OS Services → Portability .. code-block:: kconfig config CMSIS_RTOS_V1 bool "CMSIS RTOS v1 API" depends on THREAD_CUSTOM_DATA && POLL && THREAD_STACK_INFO help This enables CMSIS RTOS v1 API support. This is an OS-integration layer which allows applications using CMSIS RTOS APIs to build on Zephyr. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*