xiongyu 27e6e8c485 bugfix(uart): fix esp32 fifo_cnt bug
When using DPort to read fifo, fifo_cnt is not credible, we need to calculate the real cnt based on the fifo read and write pointer. When using AHB to read FIFO, we can use fifo_cnt to indicate the data length in fifo.
2020-06-16 14:34:23 +08:00
..
2020-06-16 14:34:23 +08:00
2020-05-18 16:51:45 +08:00
2019-11-22 11:44:46 +08:00
2020-01-22 12:14:38 +08:00
2019-11-25 00:36:30 +08:00
2020-03-02 19:31:29 +08:00
2019-11-21 10:40:49 +08:00
2019-12-13 18:33:15 +08:00
2020-03-30 22:05:48 +08:00