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
..
2016-11-01 09:22:09 +08:00
2016-09-19 17:33:21 +08:00
2016-10-24 15:57:23 +08:00
2016-10-24 15:57:23 +08:00
2016-11-01 09:22:09 +08:00