mbed-os/targets/TARGET_NUVOTON
ccli8 e6e86b07e8 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-17 15:38:41 +01:00
..
TARGET_M451 Add button names BUTTON1/BUTTON2 2019-04-05 12:26:27 +01:00
TARGET_M480 place crash data region at end of IRAM 2019-04-24 13:37:42 +01:00
TARGET_M2351 Add license header 2019-04-24 13:37:42 +01:00
TARGET_NANO100 Fix optimization error with NVIC_SetVector/NVIC_GetVector on ARMC6 2019-05-17 15:38:41 +01:00
TARGET_NUC472 Support crash capture for no-XRAM configuration 2019-05-03 12:24:48 +01:00
mbed_rtx.h Target_Nuvoton: Remove target specific implementation of _sbrk 2019-02-19 15:49:49 -06:00
nu_bitutil.h [M2351] Revise nu_bitutil.h for M23 2018-07-12 17:50:59 +08:00
nu_miscutil.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
nu_miscutil.h [NUC472/M453] Change sbrk() allocation to be 32-byte aligned 2017-01-16 09:48:27 +08:00
nu_modutil.c [M487] Fix compile warnings with GCC_ARM toolchain 2017-08-03 11:10:15 +08:00
nu_modutil.h restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
nu_timer.c [Nuvoton] Add nu_delay_cycle_x4 2018-09-10 10:55:43 +08:00
nu_timer.h [Nuvoton] Add nu_delay_cycle_x4 2018-09-10 10:55:43 +08:00