mirror of https://github.com/ARMmbed/mbed-os.git
805374ed89
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:
|
||
---|---|---|
.. | ||
TOOLCHAIN_ARM_STD | ||
TOOLCHAIN_GCC_ARM | ||
TOOLCHAIN_IAR | ||
cmsis.h | ||
cmsis_nvic.c | ||
cmsis_nvic.h | ||
compiler_abstraction.h | ||
nrf.h | ||
nrf51.h | ||
nrf51_bitfields.h | ||
nrf51_deprecated.h | ||
nrf_delay.h | ||
system_nrf51.c | ||
system_nrf51.h |