mbed-os/targets/TARGET_NUVOTON/TARGET_NANO100/device
Maciej Bocianski ad7f27bf77 NUMAKER_PFM_NANO130: keep __vector_handlers symbol in LTO builds
Add a "used" attribute to __vector_handlers to fix ARMC6 build with
the "-flto" flag.
(Error: L6236E: No section matches selector - no section to be FIRST/LAST.)

This attribute, attached to a function/variable, means that code must be emitted
for the function even if it appears that the function is not referenced.
2020-02-04 12:29:59 +01:00
..
StdDriver NANO130 add extern C into nano100_usbd.h for C++ caller 2020-01-03 20:40:42 +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: Support dynamic heap configuration on IAR 2019-12-10 10:00:05 +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 [NANO130] Fix issues in OS 5.5 Greentea test 2017-06-23 17:24:22 +08:00
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 NUMAKER_PFM_NANO130: keep __vector_handlers symbol in LTO builds 2020-02-04 12:29:59 +01:00
system_Nano100Series.c [NANO] Alpha support 2017-04-13 11:32:51 +08:00
system_Nano100Series.h [NANO] Alpha support 2017-04-13 11:32:51 +08:00