mirror of https://github.com/ARMmbed/mbed-os.git
8db3b40a7b
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 |
||
---|---|---|
.. | ||
TARGET_STM32F0 | ||
TARGET_STM32F1 | ||
TARGET_STM32F2 | ||
TARGET_STM32F3 | ||
TARGET_STM32F4 | ||
TARGET_STM32F7 | ||
TARGET_STM32G0 | ||
TARGET_STM32H7 | ||
TARGET_STM32L0 | ||
TARGET_STM32L1 | ||
TARGET_STM32L4 | ||
TARGET_STM32L5 | ||
TARGET_STM32WB | ||
PeripheralPins.h | ||
PinNamesTypes.h | ||
PortNames.h | ||
README.md | ||
USBPhyHw.h | ||
USBPhy_STM32.cpp | ||
analogin_api.c | ||
analogout_api.c | ||
can_api.c | ||
device.h | ||
gpio_api.c | ||
gpio_irq_api.c | ||
gpio_object.h | ||
hal_tick_overrides.c | ||
i2c_api.c | ||
lp_ticker.c | ||
mbed_crc_api.c | ||
mbed_overrides.c | ||
mbed_rtx.h | ||
nvic_addr.h | ||
pinmap.c | ||
port_api.c | ||
pwmout_api.c | ||
qspi_api.c | ||
reset_reason.c | ||
rtc_api.c | ||
rtc_api_hal.h | ||
serial_api.c | ||
serial_api_hal.h | ||
sleep.c | ||
stm32_assert.h | ||
stm_spi_api.c | ||
trng_api.c | ||
us_ticker.c | ||
us_ticker_defines.h | ||
watchdog_api.c |
README.md
README for mbed-os STM32 targets
MBED Wiki pages
https://os.mbed.com/teams/ST/wiki/
STM32 Cube
https://www.st.com/en/embedded-software/stm32cube-mcu-packages.html
This table summarizes the STM32Cube versions currently used :
STM32 Serie | Cube version | GitHub source |
---|---|---|
F0 | 1.9.0 | https://github.com/STMicroelectronics/STM32CubeF0 |
F1 | 1.6.1 | https://github.com/STMicroelectronics/STM32CubeF1 |
F2 | 1.6.0 | https://github.com/STMicroelectronics/STM32CubeF2 |
F3 | 1.9.0 | https://github.com/STMicroelectronics/STM32CubeF3 |
F4 | 1.19.0 | https://github.com/STMicroelectronics/STM32CubeF4 |
F7 | 1.10.0 | https://github.com/STMicroelectronics/STM32CubeF7 |
G0 | 1.3.0 | https://github.com/STMicroelectronics/STM32CubeG0 |
H7 | 1.4.0 | https://github.com/STMicroelectronics/STM32CubeH7 |
L0 | 1.10.0 | https://github.com/STMicroelectronics/STM32CubeL0 |
L1 | 1.8.1 | https://github.com/STMicroelectronics/STM32CubeL1 |
L4 | 1.11.0 | https://github.com/STMicroelectronics/STM32CubeL4 |
L5 | 1.1.0 | https://github.com/STMicroelectronics/STM32CubeL5 |
WB | 1.0.0 | https://github.com/STMicroelectronics/STM32CubeWB |