mbed-os/targets/TARGET_STM
Brian Daniels 6085905658 Renames i2c_api.c for STM32F1 targets to fix IAR exporter.
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.
2016-12-09 12:47:17 -06:00
..
TARGET_STM32F0 Merge pull request #3324 from LMESTM/dev_i2c_common_code 2016-12-09 15:30:00 +01:00
TARGET_STM32F1 Renames i2c_api.c for STM32F1 targets to fix IAR exporter. 2016-12-09 12:47:17 -06:00
TARGET_STM32F2 Merge pull request #3324 from LMESTM/dev_i2c_common_code 2016-12-09 15:30:00 +01:00
TARGET_STM32F3 Merge pull request #3324 from LMESTM/dev_i2c_common_code 2016-12-09 15:30:00 +01:00
TARGET_STM32F4 Merge pull request #3369 from adustm/disco_f469_newpins 2016-12-09 15:35:07 +01:00
TARGET_STM32F7 Merge pull request #3324 from LMESTM/dev_i2c_common_code 2016-12-09 15:30:00 +01:00
TARGET_STM32L0 Merge pull request #3324 from LMESTM/dev_i2c_common_code 2016-12-09 15:30:00 +01:00
TARGET_STM32L1 Merge pull request #3409 from jeromecoutant/PR_ST_L1_ASSERT 2016-12-09 15:38:21 +01:00
TARGET_STM32L4 Merge pull request #3324 from LMESTM/dev_i2c_common_code 2016-12-09 15:30:00 +01:00
hal_tick_16b.c Remove TIM_IT_UPDATE flag in HAL_Suspend/ResumeTick functions to make LPT tests pass. 2016-11-30 11:31:25 +01:00
hal_tick_32b.c Remove TIM_IT_UPDATE flag in HAL_Suspend/ResumeTick functions to make LPT tests pass. 2016-11-30 11:31:25 +01:00
i2c_api.c STM32 I2C - 1MHZ frequency is allowed 2016-12-01 15:20:11 +01:00
mbed_rtx.h STM32 NUCLEO-L152RE Update system core clock to 32MHz 2016-12-06 11:45:19 +01:00
stm_spi_api.c stm32 spi : IRQ handler light optimization 2016-11-18 09:59:53 +01:00
trng_api.c rework after directory moves 2016-10-10 10:12:39 +02:00
us_ticker_16b.c Update license + date (same license as in mbed.h file) 2016-11-14 10:01:07 +01:00
us_ticker_32b.c Update license + date (same license as in mbed.h file) 2016-11-14 10:01:07 +01:00