mbed-os/targets/TARGET_NUVOTON/TARGET_NANO100/device
ccli8 fcab482357 [NANO130] Fix optimization error with NVIC_SetVector/NVIC_GetVector on ARMC6
On ARMC6 with optimization level "-Os", the two functions NVIC_SetVector/NVIC_GetVector
will be translated to illegal instruction for trapping due to NVIC_FLASH_VECTOR_ADDRESS
defined as direct 0. Fixed by defining NVIC_FLASH_VECTOR_ADDRESS as a symbol instead to
avoid such optimization error.
2019-05-08 10:25:36 +08:00
..
StdDriver [NANO130] Fix CLK_Idle incorrectly enters into deep sleep mode 2018-06-26 13:47:22 +08:00
TOOLCHAIN_ARM_MICRO Addressed review comments to correct size values 2019-02-28 19:54:38 -06:00
TOOLCHAIN_ARM_STD [Nuvoton] Support boot stack size configuration option 2018-12-14 17:29:55 +08:00
TOOLCHAIN_GCC_ARM Target_Nuvoton: Remove target specific implementation of _sbrk 2019-02-19 15:49:49 -06:00
TOOLCHAIN_IAR [NANO130] Fix optimization error with NVIC_SetVector/NVIC_GetVector on ARMC6 2019-05-08 10:25:36 +08:00
Nano100Series.h [M487/NUC472/NANO130] fix TRUE/FALSE redefinition 2017-11-16 11:21:20 +00:00
cmsis.h Correct Nuvoton compiler detection logic 2017-09-11 13:20:33 -05:00
cmsis_nvic.c
cmsis_nvic.h [NANO130] Fix optimization error with NVIC_SetVector/NVIC_GetVector on ARMC6 2019-05-08 10:25:36 +08:00
startup_Nano100Series.c Remove uVisor from mbed-os 2018-08-22 16:36:59 +03:00
system_Nano100Series.c
system_Nano100Series.h