1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp32/periph
Gunar Schorcht c0f50104b9 cpu/esp32: GPIO init order for UART RX/TX changed
The GPIO for RX has to be initialized as input before the GPIO for TX can be initialized as output. Otherwise it could lead to creash if RX GPIO was used as output before.
2019-03-26 16:16:49 +01:00
..
adc.c
cpuid.c
flash.c cpu/esp32: fixes dependency problem for timer 2018-10-14 13:50:38 +02:00
gpio.c cpu/esp32: scope for GPIO_IRQ submodule added 2018-10-09 11:41:59 +02:00
hwrng.c
i2c_hw.c
i2c_sw.c
Makefile
pm.c
pwm.c cpu/esp32: pwm initialization fixed 2018-10-09 11:27:54 +02:00
rtc.c
spi.c cpu/esp32: cleanup of SPI interfaces 2019-01-09 13:03:22 +01:00
timer.c
uart.c cpu/esp32: GPIO init order for UART RX/TX changed 2019-03-26 16:16:49 +01:00