mbed-os/targets/TARGET_NORDIC
Russ Butler c3eae587eb Add tickless support for devices without SysTick
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.
2017-09-07 21:35:04 -05:00
..
TARGET_MCU_NRF51822 Merge pull request #4744 from deepikabhavnani/spi_issue_4743 2017-07-24 14:45:30 -05:00
TARGET_NRF5 Add tickless support for devices without SysTick 2017-09-07 21:35:04 -05:00
mbed_rtx.h NRF52832: Extend idle thread stack size to 512 bytes. 2017-07-11 11:55:47 +01:00