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 159159//#define EVR_RTX_MEMORY_POOL_ERROR_DISABLE
160160//#define EVR_RTX_MESSAGE_QUEUE_ERROR_DISABLE
161161
162+ #if !MBED_CONF_RTOS_ENABLE_ALL_RTX_EVENTS
163+
162164//Following events are NOT used by Mbed-OS, you may enable them if needed for debug purposes
163165#define EVR_RTX_MEMORY_INIT_DISABLE
164166#define EVR_RTX_MEMORY_ALLOC_DISABLE
320322#define EVR_RTX_MESSAGE_QUEUE_DELETE_DISABLE
321323#define EVR_RTX_MESSAGE_QUEUE_DESTROYED_DISABLE
322324
325+ #endif /* !MBED_CONF_RTOS_ENABLE_ALL_RTX_EVENTS */
326+
323327#endif /* MBED_RTX_CONF_H */
Original file line number Diff line number Diff line change 5757 "msgqueue-data-size" : {
5858 "help" : " The total memory available for all CMSIS-RTOSv2 object-pool message queues combined" ,
5959 "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
6064 }
6165 },
6266 "macros" : [" _RTE_" ],
You can’t perform that action at this time.
0 commit comments