mbed-os/targets/TARGET_TI/TARGET_CC32XX/TARGET_CC3220SF
Maciej Bocianski a761ec57fd CC3220SF_LAUNCHXL: keep ulDebugHeader symbol in LTO builds
Add a "used" attribute to ulDebugHeader (placed in signature_section section)
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, means that code must be emitted
for the function even if it appears that the function is not referenced.
2020-02-04 12:29:54 +01:00
..
TARGET_CC3220SF_LAUNCHXL CC3220SF_LAUNCHXL: keep ulDebugHeader symbol in LTO builds 2020-02-04 12:29:54 +01:00
device Clean up ARM toolchain heap+stack setup in targets 2019-10-23 14:53:49 +03:00
ti Fix a build break with ARM compiler 2019-07-31 11:51:20 -05:00
PeripheralPins.h Added missing pinmap definitions. Fixed target JSON config to avoid treating cc3220sf a target 2019-07-23 14:52:50 -05:00
PortNames.h Add CC3220SF_Launchxl to Mbed OS 2019-07-17 13:19:32 -05:00
analogin_api.c Cosmetic changes to incorporate review feedback 2019-08-14 11:09:11 -05:00
device.h Add CC3220SF_Launchxl to Mbed OS 2019-07-17 13:19:32 -05:00
flash_api.c Cosmetic changes to incorporate review feedback 2019-08-14 11:09:11 -05:00
gpio_api.c Cosmetic changes to incorporate review feedback 2019-08-14 11:09:11 -05:00
gpio_irq_api.c Cosmetic changes to incorporate review feedback 2019-08-14 11:09:11 -05:00
lp_ticker.c Cosmetic changes to incorporate review feedback 2019-08-14 11:09:11 -05:00
objects.h Cosmetic changes to incorporate review feedback 2019-08-14 11:09:11 -05:00
pinmap.c Cosmetic changes to incorporate review feedback 2019-08-14 11:09:11 -05:00
port_api.c Cosmetic changes to incorporate review feedback 2019-08-14 11:09:11 -05:00
pwmout_api.c Cosmetic changes to incorporate review feedback 2019-08-14 11:09:11 -05:00
rtc_api.c Cosmetic changes to incorporate review feedback 2019-08-14 11:09:11 -05:00
serial_api.c Added missing pinmap definitions. Fixed target JSON config to avoid treating cc3220sf a target 2019-07-23 14:52:50 -05:00
serial_object.h Add CC3220SF_Launchxl to Mbed OS 2019-07-17 13:19:32 -05:00
spi_api.c Cosmetic changes to incorporate review feedback 2019-08-14 11:09:11 -05:00
trng_api.c Cosmetic changes to incorporate review feedback 2019-08-14 11:09:11 -05:00
us_ticker.c Cosmetic changes to incorporate review feedback 2019-08-14 11:09:11 -05:00