esp-idf/components/soc/esp32/include
houwenxiang eda943b7c5 driver(uart): fix uart module reset issue (release/v4.1)
On ESP32, due to fifo reset issue, UART2 will work incorrectly if reset the fifo of UART1(TX fifo and RX fifo). The software can workaround the RX fifo reset issue,

  while the TX fifo reset issue can not. When UART2 is used and UART1 is used as the log output port, a software reset can reproduce this issue. So we should reset the UART memory

  before the software reset to solve this problem.
2020-11-04 18:41:43 +08:00
..
hal driver(uart): fix uart module reset issue (release/v4.1) 2020-11-04 18:41:43 +08:00
soc rtc(adc/rtcio): fix adc rtcio driver for esp32 2020-08-31 03:19:58 +00:00