mbed-os/targets/TARGET_ublox/TARGET_HI2110
Russ Butler 805374ed89 Restore cmsis_nvic for Cortex-M0 targets
Restore cmsis_nvic (cmsis_nvic.c and cmsis_nvic.h) files for the
implementations which use a mechanism other than the VTOR to set
interrupts. These are vendor specific and were done for M0 devices
which do not have a VTOR.

Note - There were two cmsis_nvic files which did not use the VTOR that
which not restored in this patch. This is because these targets were
not M0 devices and could use the new unified implementation instead.
These files are:
targets\TARGET_ARM_SSG\TARGET_MPS2\TARGET_MPS2_M0P\device\cmsis_nvic.c
targets\TARGET_ONSEMI\TARGET_NCS36510\device\cmsis_nvic.c

Note - cmsis_nvic.c and cmsis_nvic.h were initial removed in
(and restored from) the commit:
b97ffe8fdc -
"CMSIS5: Replace target defined NVIC_Set/GetVector with CMSIS implementation"
2017-06-08 22:50:23 -05:00
..
TARGET_SARA_NBIOT Add u-blox Sara-N target. 2016-10-15 12:06:29 +01:00
device Restore cmsis_nvic for Cortex-M0 targets 2017-06-08 22:50:23 -05:00
PeripheralNames.h Add u-blox Sara-N target. 2016-10-15 12:06:29 +01:00
PortNames.h Add u-blox Sara-N target. 2016-10-15 12:06:29 +01:00
gpio_api.c Add u-blox Sara-N target. 2016-10-15 12:06:29 +01:00
gpio_irq_api.c Add u-blox Sara-N target. 2016-10-15 12:06:29 +01:00
gpio_object.h Add u-blox Sara-N target. 2016-10-15 12:06:29 +01:00
hi2110_init.c Add u-blox Sara-N target. 2016-10-15 12:06:29 +01:00
hi2110_init.h Add u-blox Sara-N target. 2016-10-15 12:06:29 +01:00
lp_ticker.c Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
mbed_overrides.c Add u-blox Sara-N target. 2016-10-15 12:06:29 +01:00
objects.h Add u-blox Sara-N target. 2016-10-15 12:06:29 +01:00
pinmap.c Add u-blox Sara-N target. 2016-10-15 12:06:29 +01:00
port_api.c Add u-blox Sara-N target. 2016-10-15 12:06:29 +01:00
serial_api.c Add u-blox Sara-N target. 2016-10-15 12:06:29 +01:00
sleep.c Platform: Add sleep/deepsleep user facing functions 2017-01-19 09:39:29 +00:00
us_ticker.c Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00