esp-idf/components/driver/uart
Song Ruo Jing c55a07bf57 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-04-15 19:39:30 +08:00
..
include/driver refactor(uart): add support to be able to test LP_UART port 2024-04-15 19:39:30 +08:00
Kconfig.uart fix(vfs/uart): add UART VFS select callback in IRAM 2023-11-21 10:26:25 +01:00
linker.lf feat(uart): Add sdkconfig.ci.iram_safe test for UART driver 2023-08-30 11:30:03 +08:00
uart.c refactor(uart): add support to be able to test LP_UART port 2024-04-15 19:39:30 +08:00