esp-idf/components/driver
Wangjialin 8d6b782327 Modify UART driver:
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
2016-11-01 09:22:09 +08:00
..
include/driver Modify UART driver: 2016-11-01 09:22:09 +08:00
component.mk add gpio driver code 2016-09-19 17:33:21 +08:00
gpio.c Update UART driver 2016-10-24 15:57:23 +08:00
ledc.c Update UART driver 2016-10-24 15:57:23 +08:00
periph_ctrl.c Modify spinlock error in periph_ctrl.c 2016-09-29 11:50:25 +08:00
uart.c Modify UART driver: 2016-11-01 09:22:09 +08:00