mirror of https://github.com/ARMmbed/mbed-os.git
Some Cortex-M0 devices, such as the nrf51, don't have the SysTick. Instead, these targets use a software interrupt to simulate SysTick. Add the hooks in the tickless code to support these devices. Targets which do not have SysTick should now define NO_SYSTICK in targets.json and implement mbed_get_m0_tick_irqn to add os suport. This patch also removes os tick handling from the existing devices (nrf51) since this is now handled in common code. |
||
|---|---|---|
| .. | ||
| rtx4 | ||
| rtx5 | ||
| mbed_boot.c | ||
| mbed_rtos1_types.h | ||
| mbed_rtos_storage.h | ||
| mbed_rtx_conf.h | ||
| mbed_rtx_handlers.c | ||
| mbed_rtx_idle.cpp | ||