mbed-os/targets/TARGET_STM
Laurent MEUNIER fd3a3f9de8 STM: SPI: Initialize Rx in spi_master_write
In case Rx is not initiliased its content might be random from stack.
This is causing problem in case of 8 bits read only as the left-side 8 bits
of the returned int value may contain this random byte data. This was for
instance detected when using SDFileSystem Lib.
2017-01-06 13:20:55 +01:00
..
TARGET_STM32F0 STM32: Refactor lp_ticker.c + rtc_api.c + sleep.c + rtc_api_hal.h files 2016-12-21 16:54:18 +00:00
TARGET_STM32F1 Merge pull request #3405 from samos2011/stm32f1_can_bug 2016-12-30 12:31:18 +01:00
TARGET_STM32F2 STM32: Refactor lp_ticker.c + rtc_api.c + sleep.c + rtc_api_hal.h files 2016-12-21 16:54:18 +00:00
TARGET_STM32F3 STM32: Refactor lp_ticker.c + rtc_api.c + sleep.c + rtc_api_hal.h files 2016-12-21 16:54:18 +00:00
TARGET_STM32F4 Merge pull request #3454 from 0xc0170/jeromecoutant-PR_LPT 2016-12-23 13:06:02 +00:00
TARGET_STM32F7 STM32: Refactor lp_ticker.c + rtc_api.c + sleep.c + rtc_api_hal.h files 2016-12-21 16:54:18 +00:00
TARGET_STM32L0 STM32: Refactor lp_ticker.c + rtc_api.c + sleep.c + rtc_api_hal.h files 2016-12-21 16:54:18 +00: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 STM32: Refactor lp_ticker.c + rtc_api.c + sleep.c + rtc_api_hal.h files 2016-12-21 16:54:18 +00: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 Merge pull request #3442 from LMESTM/dev_stm_i2c_f1 2016-12-19 17:51:58 +00: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 STM32: Refactor lp_ticker.c + rtc_api.c + sleep.c + rtc_api_hal.h files 2016-12-21 16:54:18 +00: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