]> begriffs open source - cmsis/commit
core: Allow virtualization of NVIC_SystemReset
authorJaeden Amero <jaeden.amero@arm.com>
Thu, 9 Feb 2017 14:34:18 +0000 (14:34 +0000)
committerJaeden Amero <jaeden.amero@arm.com>
Thu, 2 Mar 2017 11:52:59 +0000 (11:52 +0000)
commitf9380f8a5d9d01b9976b117ed825353401ac93fa
tree4156345dbd48ba63c14746f6081ad68415d153e3
parent8d899815c1b69f4cc547a1e866e3fbaa39715ee6
core: Allow virtualization of NVIC_SystemReset

Previously, we only allowed the virtualization on NVIC_SystemReset on
select architectures. Add NVIC_SystemReset() to the set of functions
that can be virtualized via CMSIS_NVIC_VIRTUAL on all architectures.
CMSIS/Core/Include/core_armv8mbl.h
CMSIS/Core/Include/core_armv8mml.h
CMSIS/Core/Include/core_cm0.h
CMSIS/Core/Include/core_cm0plus.h
CMSIS/Core/Include/core_cm23.h
CMSIS/Core/Include/core_cm33.h
CMSIS/Core/Include/core_cm7.h
CMSIS/Core/Include/core_sc000.h
CMSIS/Core/Include/core_sc300.h