@@ -21,15 +21,15 @@ config CMSIS_V2_THREAD_MAX_COUNT
21
21
range 0 $(UINT8_MAX)
22
22
help
23
23
Max number of threads in CMSIS RTOS V2 application that can be created with
24
- dynamically allocated control block.
24
+ dynamically allocated control block.
25
25
26
26
config CMSIS_V2_THREAD_DYNAMIC_MAX_COUNT
27
27
int "Maximum thread count in CMSIS RTOS V2 application with dynamic stack"
28
28
default 0
29
29
range 0 $(UINT8_MAX)
30
30
help
31
31
Max number of threads in CMSIS RTOS V2 application that can be created with
32
- dynamically allocated stack.
32
+ dynamically allocated stack.
33
33
34
34
config CMSIS_V2_THREAD_MAX_STACK_SIZE
35
35
int "Max stack size threads can be allocated in CMSIS RTOS V2 application"
@@ -51,31 +51,31 @@ config CMSIS_V2_TIMER_MAX_COUNT
51
51
range 0 $(UINT8_MAX)
52
52
help
53
53
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.
55
55
56
56
config CMSIS_V2_MUTEX_MAX_COUNT
57
57
int "Maximum dynamically-allocated mutexes in CMSIS RTOS V2 application"
58
58
default 5
59
59
range 0 $(UINT8_MAX)
60
60
help
61
61
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.
63
63
64
64
config CMSIS_V2_SEMAPHORE_MAX_COUNT
65
65
int "Maximum dynamically-allocated semaphores in CMSIS RTOS V2 application"
66
66
default 5
67
67
range 0 $(UINT8_MAX)
68
68
help
69
69
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.
71
71
72
72
config CMSIS_V2_MEM_SLAB_MAX_COUNT
73
73
int "Maximum dynamically-allocated mempools in CMSIS RTOS V2 application"
74
74
default 5
75
75
range 0 $(UINT8_MAX)
76
76
help
77
77
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.
79
79
80
80
config CMSIS_V2_MEM_SLAB_MAX_DYNAMIC_SIZE
81
81
int "Maximum dynamic mem slab/pool size in CMSIS RTOS V2 application"
@@ -89,7 +89,7 @@ config CMSIS_V2_MSGQ_MAX_COUNT
89
89
range 0 $(UINT8_MAX)
90
90
help
91
91
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.
93
93
94
94
config CMSIS_V2_MSGQ_MAX_DYNAMIC_SIZE
95
95
int "Maximum dynamic message queue size in CMSIS RTOS V2 application"
@@ -103,5 +103,5 @@ config CMSIS_V2_EVT_FLAGS_MAX_COUNT
103
103
range 0 $(UINT8_MAX)
104
104
help
105
105
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.
107
107
endif
0 commit comments