mbed-os/targets
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_ARM_SSG Merge pull request #4744 from deepikabhavnani/spi_issue_4743 2017-07-24 14:45:30 -05:00
TARGET_Atmel SAM_CortexM0P HAL accesses uninitialized memory 2017-08-07 11:15:48 +02:00
TARGET_Freescale Merge pull request #4939 from c1728p9/crash_on_boot 2017-09-04 16:51:22 +01:00
TARGET_Maxim Merge pull request #4398 from maximmbed/max326xx_ble_update 2017-07-31 15:23:47 +00:00
TARGET_NORDIC Add tickless support for devices without SysTick 2017-09-07 21:35:04 -05:00
TARGET_NUVOTON [M487] Support USB device/host 2017-08-22 09:27:31 +08:00
TARGET_NXP Revert "Adjusting Stack size Allocation (IAR, LPC176x)" 2017-09-06 13:56:27 +01:00
TARGET_ONSEMI mbed OS 5.5.3, including the changes needed to enable 640k. Includes the proposed changes by Mac. 7/25/17 2017-07-25 17:37:14 -06:00
TARGET_RENESAS Merge pull request #4744 from deepikabhavnani/spi_issue_4743 2017-07-24 14:45:30 -05:00
TARGET_Realtek Merge pull request #4665 from Archcady/enable_sdram 2017-09-06 14:26:34 -05:00
TARGET_STM Merge pull request #4881 from betzw/betzw_freeze_github_wb 2017-09-06 14:25:47 -05:00
TARGET_Silicon_Labs Merge pull request #4744 from deepikabhavnani/spi_issue_4743 2017-07-24 14:45:30 -05:00
TARGET_TOSHIBA Issue with mbed compile for GCC_ARM tool resolved 2017-08-17 11:14:09 +05:30
TARGET_WIZNET Merge pull request #4744 from deepikabhavnani/spi_issue_4743 2017-07-24 14:45:30 -05:00
TARGET_ublox Merge pull request #4714 from bulislaw/expose_systemcoreclock 2017-07-24 10:59:47 -05:00
targets.json Add tickless support for devices without SysTick 2017-09-07 21:35:04 -05:00