mbed-os/targets/TARGET_STM
Maciej Bocianski 8db3b40a7b STM: change rtc irq handler name
Fix for the error caused by lto on armc6 compiler:

L6137E: Symbol RTC_IRQHandler was not preserved by the LTO codegen but is needed by the image.

lto optimization cause that local symbol RTC_IRQHandler(from rtc_api.c)
somehow interferes with global symbol RTC_IRQHandler (from startup_stm32f070xb.S)

Changing local RTC_IRQHandler to _RTC_IRQHandler fixes problem
2020-02-04 12:29:52 +01:00
..
TARGET_STM32F0 Merge pull request #12029 from jeromecoutant/PR_F091 2019-12-05 08:22:32 +01:00
TARGET_STM32F1 Merge pull request #11950 from ABOSTM/DISCO_H747I_TICKLESS 2019-11-29 09:48:09 +01:00
TARGET_STM32F2 Enabling small C library option and deprecating uARM toolchain 2019-12-19 10:05:11 -08:00
TARGET_STM32F3 Disable Analogin D13(PA_5) on some NUCLEO targets 2020-02-03 11:39:31 +00:00
TARGET_STM32F4 Merge pull request #12332 from jamesbeyond/analogIn_fix 2020-02-03 12:44:07 +00:00
TARGET_STM32F7 TARGET_STM32F74: fix IAR SIZE check in linker scripts 2019-12-10 14:09:38 +00:00
TARGET_STM32G0 STM32G0: Update G071xx toolchain files with default files 2020-01-07 17:00:30 +01:00
TARGET_STM32H7 STM32H7 correct PWMOUT 2020-01-21 16:03:17 +01:00
TARGET_STM32L0 Disable Analogin D13(PA_5) on some NUCLEO targets 2020-02-03 11:39:31 +00:00
TARGET_STM32L1 Merge pull request #11950 from ABOSTM/DISCO_H747I_TICKLESS 2019-11-29 09:48:09 +01:00
TARGET_STM32L4 Add new target: NUCLEO_L452RE-P 2020-01-27 18:41:18 -06:00
TARGET_STM32L5 STM32L5 : Introduce NUCLEO_L552ZE_Q board 2020-01-23 17:55:07 +01:00
TARGET_STM32WB STM32WB remove extra file 2020-01-23 10:53:09 +01:00
PeripheralPins.h Move GPIO_AF_NONE from PeripheralPins.h to PinNamesTypes.h 2019-11-28 08:32:10 +01:00
PinNamesTypes.h Move GPIO_AF_NONE from PeripheralPins.h to PinNamesTypes.h 2019-11-28 08:32:10 +01:00
PortNames.h STM32: make PortNames.h a common file 2017-01-19 15:27:19 +01:00
README.md STM32L5 : update generic STM files for L5 2020-01-23 17:54:55 +01:00
USBPhyHw.h STM32 USB redesign step 1 2019-10-21 17:12:03 +02:00
USBPhy_STM32.cpp STM3 USB : Add __HAL_RCC_PWR_CLK_ENABLE 2019-11-27 16:25:10 +01:00
analogin_api.c NUCLEO_H743ZI: add initial SDK 2019-01-04 10:03:36 +01:00
analogout_api.c STM32: analog_out: generalize code for multiple instance handling 2017-06-27 09:27:46 +02:00
can_api.c STM CAN: remove CAN_INIT_DIRECT macro 2019-12-18 10:43:55 +01:00
device.h STM: optimize us_ticker 2019-06-14 10:22:08 +03:00
gpio_api.c STM32L5 : update generic STM files for L5 2020-01-23 17:54:55 +01:00
gpio_irq_api.c STM32L5 : update generic STM files for L5 2020-01-23 17:54:55 +01:00
gpio_object.h TARGET_STM: Remove timeout on HSEM. 2019-11-27 14:25:43 +01:00
hal_tick_overrides.c STM32: protect compilation when DEVICE_USTICKER is disabled 2019-04-11 17:57:39 +02:00
i2c_api.c implement i2c_free for STM family 2020-01-31 14:51:54 +01:00
lp_ticker.c STM32L5 : update generic STM files for L5 2020-01-23 17:54:55 +01:00
mbed_crc_api.c Update HAL CRC API 2019-12-02 14:45:37 +02:00
mbed_overrides.c TARGET_STM: Improve H747 dual core Deepsleep robustness 2019-11-27 14:25:53 +01:00
mbed_rtx.h STM32F0: clean main-thread-stack-size setting 2019-12-23 12:29:40 +01:00
nvic_addr.h TARGET_STM astyle 2018-06-27 14:21:07 +02:00
pinmap.c TARGET_STM: Remove timeout on HSEM. 2019-11-27 14:25:43 +01:00
port_api.c STM32: Change Set_GPIO_Clock return type 2017-02-16 18:55:44 +01:00
pwmout_api.c Change explicit pinmap to static pinmap 2019-11-28 08:32:12 +01:00
qspi_api.c Merge pull request #11950 from ABOSTM/DISCO_H747I_TICKLESS 2019-11-29 09:48:09 +01:00
reset_reason.c STM32 TARGET_STM astyle corrections 2019-12-10 14:39:47 +01:00
rtc_api.c STM: change rtc irq handler name 2020-02-04 12:29:52 +01:00
rtc_api_hal.h STM32 RTC : Prescaler calculation issue 2018-10-22 15:58:32 +02:00
serial_api.c STM32L5 : update generic STM files for L5 2020-01-23 17:54:55 +01:00
serial_api_hal.h TARGET_STM astyle 2018-06-27 14:21:07 +02:00
sleep.c Increase MSI clock frequency when exiting deep sleep 2020-01-07 17:59:33 +01:00
stm32_assert.h TARGET_STM astyle 2018-06-27 14:21:07 +02:00
stm_spi_api.c Merge pull request #12153 from mprse/spi_fpga_test_extend 2020-01-31 15:00:02 +02:00
trng_api.c STM32L5 : update generic STM files for L5 2020-01-23 17:54:55 +01:00
us_ticker.c TARGET_STM: Remove timeout on HSEM. 2019-11-27 14:25:43 +01:00
us_ticker_defines.h STM: Correct macro test in us_ticker_defines.h 2019-07-01 13:34:55 +03:00
watchdog_api.c STM32L5 : update generic STM files for L5 2020-01-23 17:54:55 +01:00