mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8d6b782327
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 |
||
---|---|---|
.. | ||
include/driver | ||
component.mk | ||
gpio.c | ||
ledc.c | ||
periph_ctrl.c | ||
uart.c |