1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 22:33:03 +01:00
RIOT/cpu/stm32_common
MrKevinWeiss 3e1fd9f494 cpu/stm32_common/i2c: Fix error handling in i2c_1.c
Errors flags could not clear making the i2c unusable after error.
This fix removes the error check in start so the error flags can clear and does proper checking for status bits before _bus_check.
2018-10-26 09:56:35 +02:00
..
dist
include cpu/stm32_common: remove scl_af/sda_af attribut for STM32F1 2018-07-25 15:17:43 +02:00
ldscripts
periph cpu/stm32_common/i2c: Fix error handling in i2c_1.c 2018-10-26 09:56:35 +02:00
cpu_common.c cpu/stm32_common: use CPU_LINE for stm32f410-specific code 2018-07-09 11:51:39 +02:00
cpu_init.c
doc.txt
Makefile
Makefile.features cpu/stm32_common: add PUF SRAM feature to makefile 2018-07-05 16:21:14 +02:00
Makefile.include cpu/stm32_common: remove inadapted periph_flash_common 2018-10-11 15:20:44 +02:00
stm32_mem_lengths.mk cpu/stm32_common: add variable for SRAM2 length on stm32l47xxx 2018-07-17 17:52:12 +02:00
stmclk_common.c
stmclk_l0l1.c
stmclk.c