mbed-os/targets/TARGET_NXP
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_LPC11U6X Merge pull request #4294 from ARMmbed/feature_cmsis5 2017-06-02 23:44:32 -05:00
TARGET_LPC11UXX Restore cmsis_nvic for Cortex-M0 targets 2017-06-08 22:50:23 -05:00
TARGET_LPC11XX_11CXX Restore cmsis_nvic for Cortex-M0 targets 2017-06-08 22:50:23 -05:00
TARGET_LPC13XX Merge pull request #4294 from ARMmbed/feature_cmsis5 2017-06-02 23:44:32 -05:00
TARGET_LPC15XX Merge pull request #4294 from ARMmbed/feature_cmsis5 2017-06-02 23:44:32 -05:00
TARGET_LPC43XX Rename function st_rtc_localtime with _rtc_localtime 2017-06-07 23:24:48 -05:00
TARGET_LPC81X Merge pull request #4294 from ARMmbed/feature_cmsis5 2017-06-02 23:44:32 -05:00
TARGET_LPC82X Merge pull request #4294 from ARMmbed/feature_cmsis5 2017-06-02 23:44:32 -05:00
TARGET_LPC176X Rename function st_rtc_localtime with _rtc_localtime 2017-06-07 23:24:48 -05:00
TARGET_LPC408X Rename function st_rtc_localtime with _rtc_localtime 2017-06-07 23:24:48 -05:00
mbed_rtx.h Remove deprecated RTX4 config options 2017-05-30 18:55:55 +01:00