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. |
||
|---|---|---|
| .. | ||
| TARGET_MCU_NRF51822 | ||
| TARGET_NRF5 | ||
| mbed_rtx.h | ||