mbed-os/targets/TARGET_TI/TARGET_MSP432
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_MSP432P401R MSP432_LAUNCHPAD: keep interruptVectors symbol in LTO builds 2020-02-04 12:29:57 +01:00
device Final source code cleanup. Smaller changes in system_msp432p401r.c 2019-09-03 11:19:32 +02:00
PeripheralNames.h Final source code cleanup. Smaller changes in system_msp432p401r.c 2019-09-03 11:19:32 +02:00
PeripheralPins.c First version of MSP432 support for mbed OS 2019-09-03 11:19:31 +02:00
PeripheralPins.h First version of MSP432 support for mbed OS 2019-09-03 11:19:31 +02:00
PinNames.h First version of MSP432 support for mbed OS 2019-09-03 11:19:31 +02:00
PortNames.h First version of MSP432 support for mbed OS 2019-09-03 11:19:31 +02:00
analogin_api.c First version of MSP432 support for mbed OS 2019-09-03 11:19:31 +02:00
device.h First version of MSP432 support for mbed OS 2019-09-03 11:19:31 +02:00
gpio_api.c First version of MSP432 support for mbed OS 2019-09-03 11:19:31 +02:00
gpio_irq_api.c First version of MSP432 support for mbed OS 2019-09-03 11:19:31 +02:00
gpio_msp432.c First version of MSP432 support for mbed OS 2019-09-03 11:19:31 +02:00
gpio_msp432.h First version of MSP432 support for mbed OS 2019-09-03 11:19:31 +02:00
i2c_api.c Final source code cleanup. Smaller changes in system_msp432p401r.c 2019-09-03 11:19:32 +02:00
objects.h Final source code cleanup. Smaller changes in system_msp432p401r.c 2019-09-03 11:19:32 +02:00
pinmap.c First version of MSP432 support for mbed OS 2019-09-03 11:19:31 +02:00
port_api.c First version of MSP432 support for mbed OS 2019-09-03 11:19:31 +02:00
pwmout_api.c First version of MSP432 support for mbed OS 2019-09-03 11:19:31 +02:00
serial_api.c First version of MSP432 support for mbed OS 2019-09-03 11:19:31 +02:00
spi_api.c Final source code cleanup. Smaller changes in system_msp432p401r.c 2019-09-03 11:19:32 +02:00
us_ticker_api.c First version of MSP432 support for mbed OS 2019-09-03 11:19:31 +02:00