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.
Default¶
- 5 
Kconfig definition¶
At <Zephyr Subsystem>/portability/cmsis_rtos_v2/Kconfig:65
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:41 → <Zephyr Subsystem>/portability/Kconfig:8
Menu path: (Top) → Sub Systems and OS Services → Portability → 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.)