mirror of https://github.com/ARMmbed/mbed-os.git
Make calls to cmsis-os to get thread state, stack size, and max stack usage rather than accessing internal RTX data directly. Wrap RTX5 specific code in OS_BACKEND_RTX5. Also refactor the code to use mbed types rather than RTX types: os_timer_t -> mbed_rtos_storage_timer_t os_event_flags_t -> mbed_rtos_storage_event_flags_t osRtxMutex_t -> mbed_rtos_storage_thread_t |
||
|---|---|---|
| .. | ||
| rtx4 | ||
| rtx5 | ||
| mbed_boot.c | ||
| mbed_rtos1_types.h | ||
| mbed_rtos_storage.h | ||
| mbed_rtx_conf.h | ||
| mbed_rtx_handlers.c | ||