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.

Defaults

  • “n”

Kconfig definition

At lib/cmsis_rtos_v1/Kconfig:6

Included via Kconfig:10Kconfig.zephyr:33lib/Kconfig:31

Menu path: (top menu) → Additional libraries

config CMSIS_RTOS_V1
    bool
    prompt "CMSIS RTOS v1 API"
    default "n"
    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.)