esp-idf/components/hal/esp32p4
Song Ruo Jing 5276cd4f1d refactor(uart): add support to be able to test LP_UART port
Increase LP_UART_EMPTY_THRESH_DEFAULT value to 4. The original value
could cause the FIFO become empty before filling next data into the FIFO
when the buadrate is high. TX_DONE interrupt would raise before actual
transmission complete in such case.
2024-02-07 14:37:48 +08:00
..
include/hal refactor(uart): add support to be able to test LP_UART port 2024-02-07 14:37:48 +08:00
clk_tree_hal.c refactor(rtc): move soc/rtc.h from soc to esp_hw_support component 2024-01-25 19:15:33 +08:00
efuse_hal.c feat(efuse): Support eFuses and doc for ESP32P4 2023-09-12 17:58:17 +08:00
pmu_hal.c feat(clk): add basic clock support for esp32p4 2023-12-29 00:37:26 +08:00