mbed-os/targets/TARGET_NXP/TARGET_LPC11UXX
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_APPNEARME_MICRONFCBOARD restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
TARGET_ARCH_GPRS restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
TARGET_LPC11U24_301 restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
TARGET_LPC11U24_401 restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
TARGET_LPC11U34_421 restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
TARGET_LPC11U35_401 restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
TARGET_LPC11U37H_401 Added mapping to BTN-labelled switches 2017-04-28 11:31:48 -05:00
TARGET_LPCCAPPUCCINO restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
TARGET_MCU_LPC11U35_501 restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
TARGET_OC_MBUINO restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
device Restore cmsis_nvic for Cortex-M0 targets 2017-06-08 22:50:23 -05:00
PeripheralPins.h restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
PortNames.h restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
analogin_api.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
gpio_api.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
gpio_irq_api.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
gpio_object.h restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
i2c_api.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
objects.h restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
pinmap.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
port_api.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
pwmout_api.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
serial_api.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
sleep.c Platform: Add sleep/deepsleep user facing functions 2017-01-19 09:39:29 +00:00
spi_api.c spi: Added default spi_master_block_write implementation to all targets 2017-05-25 12:04:58 -05:00
us_ticker.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00