1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/stm32_common/periph
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
..
dac.c build: fix unused parameter errors 2017-11-28 14:36:01 +01:00
dma.c cpu/stm32_common: add DMA implementation for F2/F4/F7 2018-05-23 11:09:46 +02:00
eeprom.c cpu: drivers/eeprom: refactor periph_eeprom implementation 2018-10-16 10:39:10 +02:00
flash_common.c cpu/stm32_common: add flashpage support for stm32l4 2018-08-06 12:33:03 +02:00
flashpage.c cpu/stm32_common: add flashpage support for stm32l4 2018-08-06 12:33:03 +02:00
gpio.c Merge pull request #10135 from miri64/cpu/enh/periph-gpio-irq-closing-endif 2018-10-15 13:41:02 +02:00
hwrng.c cpu/stm32_common/hwrng: use CPU_LINE for for stm32f410-specific code 2018-07-09 11:52:05 +02:00
i2c_1.c cpu/stm32_common/i2c: Fix error handling in i2c_1.c 2018-10-26 09:56:35 +02:00
i2c_2.c stm32_common: i2c_2: fix for -Wunused-function 2018-08-03 16:12:52 +02:00
Makefile cpu/stm32_common: remove inadapted periph_flash_common 2018-10-11 15:20:44 +02:00
pm.c cpu/stm32l0: power management updated 2018-03-11 11:01:25 +01:00
pwm.c make: fix sign-compare errors 2017-11-28 11:55:48 +01:00
qdec.c cpu/stm32_common: add qdec implementation 2018-02-23 23:17:26 +01:00
rtc.c cpu/stm32: removed file guards from periph drivers 2017-11-09 16:27:24 +01:00
rtt.c stm32_common/rtt: add support for stm32f4 2018-02-08 17:39:39 +01:00
spi.c cpu/stm32_common: adapt SPI driver to use DMA 2018-05-23 11:09:46 +02:00
timer.c make: fix sign-compare errors 2017-11-28 11:55:48 +01:00
uart.c cpu/stm32_common: adapt UART driver to use DMA 2018-05-23 11:09:46 +02:00