@@ -21,15 +21,15 @@ config CMSIS_V2_THREAD_MAX_COUNT
2121 range 0 $(UINT8_MAX)
2222 help
2323 Max number of threads in CMSIS RTOS V2 application that can be created with
24- dynamically allocated control block.
24+ dynamically allocated control block.
2525
2626config CMSIS_V2_THREAD_DYNAMIC_MAX_COUNT
2727 int "Maximum thread count in CMSIS RTOS V2 application with dynamic stack"
2828 default 0
2929 range 0 $(UINT8_MAX)
3030 help
3131 Max number of threads in CMSIS RTOS V2 application that can be created with
32- dynamically allocated stack.
32+ dynamically allocated stack.
3333
3434config CMSIS_V2_THREAD_MAX_STACK_SIZE
3535 int "Max stack size threads can be allocated in CMSIS RTOS V2 application"
@@ -51,31 +51,31 @@ config CMSIS_V2_TIMER_MAX_COUNT
5151 range 0 $(UINT8_MAX)
5252 help
5353 Mention maximum number of timers in CMSIS RTOS V2 compliant application that can
54- be created with dynamically allocated control block.
54+ be created with dynamically allocated control block.
5555
5656config CMSIS_V2_MUTEX_MAX_COUNT
5757 int "Maximum dynamically-allocated mutexes in CMSIS RTOS V2 application"
5858 default 5
5959 range 0 $(UINT8_MAX)
6060 help
6161 Mention max number of mutexes in CMSIS RTOS V2 compliant application that can
62- be created with dynamically allocated control block.
62+ be created with dynamically allocated control block.
6363
6464config CMSIS_V2_SEMAPHORE_MAX_COUNT
6565 int "Maximum dynamically-allocated semaphores in CMSIS RTOS V2 application"
6666 default 5
6767 range 0 $(UINT8_MAX)
6868 help
6969 Mention max number of semaphores in CMSIS RTOS V2 compliant application that can
70- be created with dynamically allocated control block.
70+ be created with dynamically allocated control block.
7171
7272config CMSIS_V2_MEM_SLAB_MAX_COUNT
7373 int "Maximum dynamically-allocated mempools in CMSIS RTOS V2 application"
7474 default 5
7575 range 0 $(UINT8_MAX)
7676 help
7777 Mention maximum number of memory slabs in CMSIS RTOS V2 compliant application that can
78- be created with dynamically allocated control block.
78+ be created with dynamically allocated control block.
7979
8080config CMSIS_V2_MEM_SLAB_MAX_DYNAMIC_SIZE
8181 int "Maximum dynamic mem slab/pool size in CMSIS RTOS V2 application"
@@ -89,7 +89,7 @@ config CMSIS_V2_MSGQ_MAX_COUNT
8989 range 0 $(UINT8_MAX)
9090 help
9191 Mention maximum number of message queues in CMSIS RTOS V2 compliant application that can
92- be created with dynamically allocated control block.
92+ be created with dynamically allocated control block.
9393
9494config CMSIS_V2_MSGQ_MAX_DYNAMIC_SIZE
9595 int "Maximum dynamic message queue size in CMSIS RTOS V2 application"
@@ -103,5 +103,5 @@ config CMSIS_V2_EVT_FLAGS_MAX_COUNT
103103 range 0 $(UINT8_MAX)
104104 help
105105 Mention maximum number of event flags in CMSIS RTOS V2 compliant application that can
106- be created with dynamically allocated control block.
106+ be created with dynamically allocated control block.
107107endif
0 commit comments