esp-idf/components/esp_driver_uart
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/driver refactor(uart): add support to be able to test LP_UART port 2024-02-07 14:37:48 +08:00
src refactor(uart): add support to be able to test LP_UART port 2024-02-07 14:37:48 +08:00
test_apps refactor(uart): add support to be able to test LP_UART port 2024-02-07 14:37:48 +08:00
CMakeLists.txt refactor(uart_vfs): Move uart implementation of vfs to esp_driver_uart 2023-12-15 17:14:55 +08:00
Kconfig refactor(uart): make uart driver as component, and fix astyle 2023-12-15 17:03:51 +08:00
linker.lf refactor(uart_vfs): Move uart implementation of vfs to esp_driver_uart 2023-12-15 17:14:55 +08:00