CONFIG_CMSIS_V2_SEMAPHORE_MAX_COUNT

Maximum semaphore count in CMSIS RTOS V2 application

Type: int

Help

Mention max number of semaphores in CMSIS RTOS V2 compliant application.

Direct dependencies

CMSIS_RTOS_V2

(Includes any dependencies from ifs and menus.)

Default

  • 5

Kconfig definition

At <Zephyr>/lib/cmsis_rtos_v2/Kconfig:65

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/lib/Kconfig:10

Menu path: (Top) → Additional libraries → CMSIS RTOS v2 API

config CMSIS_V2_SEMAPHORE_MAX_COUNT
    int "Maximum semaphore count in CMSIS RTOS V2 application"
    range 0 255
    default 5
    depends on CMSIS_RTOS_V2
    help
      Mention max number of semaphores in CMSIS RTOS V2 compliant application.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)