OVMS3-idf/components/soc/include
houwenxiang 46713a5275 driver(uart): fix uart module reset issue
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-06-01 11:01:26 +08:00
..
hal driver(uart): fix uart module reset issue 2020-06-01 11:01:26 +08:00
soc heap: add rtc fast memory region to dynamic pool 2020-05-14 13:12:26 +00:00
soc_log.h soc: minor header fix typo and include of sdkconfig 2020-03-13 12:53:52 +01:00