esp-idf/components/hal/esp32c6
Song Ruo Jing b69f983525 uart: Fix two TX concurrency issues
1. Concurrency might cause ESP_ERR_TIMEOUT when calling uart_wait_tx_done
2. Concurrency might cause RTS line being de-assreted during tx transmission for rs485 mode
2023-02-08 14:24:43 +08:00
..
include/hal uart: Fix two TX concurrency issues 2023-02-08 14:24:43 +08:00
clk_tree_hal.c clk_tree: Add a general API to get the frequency of different clocks 2023-01-17 11:30:24 +08:00
efuse_hal.c efuse(esp32-c6): Update efuse_table and rs coding error func 2022-11-22 16:09:10 +08:00
lp_timer_hal.c lp_timer: add hal-layer codes for esp32c6 2023-01-31 22:12:27 +08:00
modem_clock_hal.c modem clock(hal): implemented the modem clock hal-layer for esp32c6 2022-12-27 21:31:21 +08:00
pmu_hal.c pmu: add hal layer codes for esp32c6 2023-01-31 22:12:27 +08:00