mirror of https://github.com/ARMmbed/mbed-os.git
6085905658
The IAR build system does not allow two files to have the same name. This renames the i2c_api.c file for the STM32F1 family to i2c_api_stm32f1.c to avoid this issue. The common i2c_api.c file shared among all ST targets is not actually used for STM32F1 targets as it protected with an #ifdef guard. |
||
---|---|---|
.. | ||
TARGET_STM32F0 | ||
TARGET_STM32F1 | ||
TARGET_STM32F2 | ||
TARGET_STM32F3 | ||
TARGET_STM32F4 | ||
TARGET_STM32F7 | ||
TARGET_STM32L0 | ||
TARGET_STM32L1 | ||
TARGET_STM32L4 | ||
hal_tick_16b.c | ||
hal_tick_32b.c | ||
i2c_api.c | ||
mbed_rtx.h | ||
stm_spi_api.c | ||
trng_api.c | ||
us_ticker_16b.c | ||
us_ticker_32b.c |