Lines Matching full:v2
5 bool "CMSIS RTOS v2 API"
13 This enables CMSIS RTOS v2 API support. This is an OS-integration
14 layer which allows applications using CMSIS RTOS V2 APIs to build
19 int "Maximum thread count in CMSIS RTOS V2 application"
23 Mention max number of threads in CMSIS RTOS V2 compliant application.
28 int "Maximum dynamic thread count in CMSIS RTOS V2 application"
32 Mention max number of dynamic threads in CMSIS RTOS V2 compliant
38 int "Max stack size threads can be allocated in CMSIS RTOS V2 application"
42 Mention max stack size threads can be allocated in CMSIS RTOS V2 application.
45 int "Dynamic stack size threads are allocated in CMSIS RTOS V2 application"
49 Mention dynamic stack size threads are allocated in CMSIS RTOS V2 application.
52 int "Maximum timer count in CMSIS RTOS V2 application"
56 Mention maximum number of timers in CMSIS RTOS V2 compliant application.
59 int "Maximum mutex count in CMSIS RTOS V2 application"
63 Mention max number of mutexes in CMSIS RTOS V2 compliant application.
66 int "Maximum semaphore count in CMSIS RTOS V2 application"
70 Mention max number of semaphores in CMSIS RTOS V2 compliant application.
73 int "Maximum mem slab count in CMSIS RTOS V2 application"
77 Mention maximum number of memory slabs in CMSIS RTOS V2 compliant application.
80 int "Maximum dynamic mem slab/pool size in CMSIS RTOS V2 application"
83 Mention maximum dynamic size of memory slabs/pools in CMSIS RTOS V2 compliant application.
86 int "Maximum message queue count in CMSIS RTOS V2 application"
90 Mention maximum number of message queues in CMSIS RTOS V2 compliant application.
93 int "Maximum dynamic message queue size in CMSIS RTOS V2 application"
96 Mention maximum dynamic size of message queues in CMSIS RTOS V2 compliant application.
99 int "Maximum event flags count in CMSIS RTOS V2 application"
103 Mention maximum number of event flags in CMSIS RTOS V2 compliant application.