mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 10:39:11 -04:00
1. Add a ring buffer for UART TX. If the buffer size is set to zero, driver will not use a buffer. But we need a task to send data from buffer to fifo. I tried directly copy data in ISR, but the code looked too long for ISR. 2. Modify the format in uart.h