esp-idf/components/soc/src/esp32
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
..
include/hal driver(uart): fix uart module reset issue 2020-06-01 11:01:26 +08:00
test soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
adc_hal.c driver(adc/dac): fix adc dac driver for esp32s2 2020-04-01 12:41:51 +08:00
brownout_hal.c soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
CMakeLists.txt Merge branch 'bugfix/restore_rtc_wdt_driver' into 'master' 2020-04-02 19:11:49 +08:00
component.mk soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
emac_hal.c soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
i2c_rtc_clk.h ci: solve public headers errors 2020-02-11 14:30:42 +05:00
rtc_clk_common.h ci: solve public headers errors 2020-02-11 14:30:42 +05:00
rtc_clk_init.c soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
rtc_clk.c soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
rtc_init.c Merge branch 'bugfix/wifi_clear_phy_status_when_cpu_start' into 'master' 2020-02-12 15:34:46 +08:00
rtc_pm.c soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
rtc_sleep.c soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
rtc_time.c soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
rtc_wdt.c Restore rtc_wdt driver 2020-04-01 16:13:35 +08:00
soc_log.h soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
soc_memory_layout.c heap: add rtc fast memory region to dynamic pool 2020-05-14 13:12:26 +00:00
touch_sensor_hal.c driver(adc/dac): fix adc dac driver for esp32s2 2020-04-01 12:41:51 +08:00