File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 159
159
//#define EVR_RTX_MEMORY_POOL_ERROR_DISABLE
160
160
//#define EVR_RTX_MESSAGE_QUEUE_ERROR_DISABLE
161
161
162
+ #if !MBED_CONF_RTOS_ENABLE_ALL_RTX_EVENTS
163
+
162
164
//Following events are NOT used by Mbed-OS, you may enable them if needed for debug purposes
163
165
#define EVR_RTX_MEMORY_INIT_DISABLE
164
166
#define EVR_RTX_MEMORY_ALLOC_DISABLE
320
322
#define EVR_RTX_MESSAGE_QUEUE_DELETE_DISABLE
321
323
#define EVR_RTX_MESSAGE_QUEUE_DESTROYED_DISABLE
322
324
325
+ #endif /* !MBED_CONF_RTOS_ENABLE_ALL_RTX_EVENTS */
326
+
323
327
#endif /* MBED_RTX_CONF_H */
Original file line number Diff line number Diff line change 57
57
"msgqueue-data-size" : {
58
58
"help" : " The total memory available for all CMSIS-RTOSv2 object-pool message queues combined" ,
59
59
"value" : 0
60
+ },
61
+ "enable-all-rtx-events" : {
62
+ "help" : " Enables all of the RTX events which are disabled by default for optimization" ,
63
+ "value" : false
60
64
}
61
65
},
62
66
"macros" : [" _RTE_" ],
You can’t perform that action at this time.
0 commit comments