1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/stm32f1/periph
Hauke Petersen 3d35c33cb2 cpu/stm32f1: fixed i2c driver
the _stop() function now blocks until the transfer
is complete. Not waiting can lead to concurrent bus
access and subsequent to bus errors.
2015-11-18 14:57:15 +01:00
..
cpuid.c global: renamed cpu-conf.h into cpu_conf.h 2015-05-28 15:45:05 +02:00
gpio.c stm32f1/gpio: pin direction readout of gpio_read was invalid 2015-11-06 16:57:10 +01:00
i2c.c cpu/stm32f1: fixed i2c driver 2015-11-18 14:57:15 +01:00
Makefile cpu: initial import of stm32f1 2014-08-21 17:53:37 +02:00
rtt.c everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
spi.c cpu/stm32f1/spi: add SPI peripheral 1 and 2 2015-11-04 13:40:20 +01:00
timer.c periph/timer: Drop timer_reset 2015-10-17 20:11:03 +02:00
uart.c cpu/stm32f1: adapted UART driver 2015-10-27 14:59:38 +01:00