mbed-os/targets/TARGET_TI
Maciej Bocianski ec839f0931 MSP432_LAUNCHPAD: keep interruptVectors symbol in LTO builds
Add a "used" attribute to interruptVectors 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:57 +01:00
..
TARGET_CC32XX/TARGET_CC3220SF CC3220SF_LAUNCHXL: keep ulDebugHeader symbol in LTO builds 2020-02-04 12:29:54 +01:00
TARGET_MSP432 MSP432_LAUNCHPAD: keep interruptVectors symbol in LTO builds 2020-02-04 12:29:57 +01:00
mbed_rtx.h First version of MSP432 support for mbed OS 2019-09-03 11:19:31 +02:00