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

CONFIG_CMSIS_SEMAPHORE_MAX_COUNT

Maximum semaphore count in CMSIS application

Type: int

Help

Mention maximum number of semaphores in CMSIS compliant application.

Direct dependencies

CMSIS_RTOS_V1

(Includes any dependencies from ifs and menus.)

Default

  • 5

Kconfig definition

At subsys/portability/cmsis_rtos_v1/Kconfig:37

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:41subsys/portability/Kconfig:6

Menu path: (Top) → Sub Systems and OS Services → Portability → CMSIS RTOS v1 API

config CMSIS_SEMAPHORE_MAX_COUNT
    int "Maximum semaphore count in CMSIS application"
    range 0 255
    default 5
    depends on CMSIS_RTOS_V1
    help
      Mention maximum number of semaphores in CMSIS compliant application.

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