The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_CMSIS_RTOS_V1

CMSIS RTOS v1 API

Type: bool

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.

Direct dependencies

THREAD_CUSTOM_DATA && POLL

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At lib/cmsis_rtos_v1/Kconfig:6

Included via Kconfig:10Kconfig.zephyr:37lib/Kconfig:11

Menu path: (top menu) → Additional libraries

config CMSIS_RTOS_V1
    bool
    prompt "CMSIS RTOS v1 API" if THREAD_CUSTOM_DATA && POLL
    depends on THREAD_CUSTOM_DATA && POLL
    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.

(Definitions include propagated dependencies, including from if’s and menus.)