mbed-os/targets/TARGET_STM
Brian Daniels 24a9a4824f Fixes linking errors when building with debug profile
When building with the debug profile, certain ST plaforms error with
'get_i2c_timing' not being defined. This is because the function is not
defined as 'static inline', but just 'inline'.
2017-01-12 15:09:28 -06:00
..
TARGET_STM32F0 Fixes linking errors when building with debug profile 2017-01-12 15:09:28 -06:00
TARGET_STM32F1 Set bit without reseting the whole register 2017-01-03 11:46:27 +01:00
TARGET_STM32F2 Merge pull request #3492 from Nodraak/fix/3463/can_read_return_value 2017-01-09 10:17:27 -06:00
TARGET_STM32F3 Fixes linking errors when building with debug profile 2017-01-12 15:09:28 -06:00
TARGET_STM32F4 Add CAN object structure 2017-01-10 11:15:38 +01:00
TARGET_STM32F7 Fixes linking errors when building with debug profile 2017-01-12 15:09:28 -06:00
TARGET_STM32L0 Fixes linking errors when building with debug profile 2017-01-12 15:09:28 -06:00
TARGET_STM32L1 STM32: Refactor lp_ticker.c + rtc_api.c + sleep.c + rtc_api_hal.h files 2016-12-21 16:54:18 +00:00
TARGET_STM32L4 Fixes linking errors when building with debug profile 2017-01-12 15:09:28 -06:00
hal_tick_16b.c STM32L0 : correct ST HAL API call 2016-12-14 11:10:03 +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: i2c_byte_read return value in case of error 2017-01-03 18:06:19 +01:00
lp_ticker.c Run astyle 2016-12-21 16:54:19 +00:00
mbed_rtx.h Merge pull request #3366 from bcostm/dev_nucleo_f412zg 2016-12-15 10:19:51 -06:00
rtc_api.c Run astyle 2016-12-21 16:54:19 +00:00
rtc_api_hal.h STM32: Refactor lp_ticker.c + rtc_api.c + sleep.c + rtc_api_hal.h files 2016-12-21 16:54:18 +00:00
sleep.c STM32L4 deepsleep improvement 2017-01-09 12:21:24 +01:00
stm_spi_api.c STM: SPI: Initialize Rx in spi_master_write 2017-01-06 13:20:55 +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