esp-idf/components/esp_driver_uart/test_apps/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
..
main refactor(uart): add support to be able to test LP_UART port 2024-02-07 14:37:48 +08:00
CMakeLists.txt refactor(uart): make uart driver as component, and fix astyle 2023-12-15 17:03:51 +08:00
pytest_uart.py refactor(uart): add support to be able to test LP_UART port 2024-02-07 14:37:48 +08:00
README.md refactor(uart): make uart driver as component, and fix astyle 2023-12-15 17:03:51 +08:00
sdkconfig.ci.iram_safe refactor(uart): make uart driver as component, and fix astyle 2023-12-15 17:03:51 +08:00
sdkconfig.ci.release refactor(uart): make uart driver as component, and fix astyle 2023-12-15 17:03:51 +08:00
sdkconfig.defaults refactor(uart): make uart driver as component, and fix astyle 2023-12-15 17:03:51 +08:00
sdkconfig.defaults.esp32s3 fix(esp_driver_uart): always use heap_caps_malloc to malloc memory base on flags 2023-12-15 17:03:58 +08:00

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-C6 ESP32-H2 ESP32-P4 ESP32-S2 ESP32-S3