xiongyu
f75088d40d
bugfix(uart): fix esp32 uart 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-03 12:29:06 +08:00
..
2020-05-06 17:28:18 +08:00
2020-04-02 23:38:17 +02:00
2018-02-07 17:17:20 +08:00
2019-12-16 07:45:38 +00:00
2019-06-21 19:53:29 +08:00
2019-04-10 13:48:57 +08:00
2020-03-18 10:29:18 +08:00
2019-06-11 08:41:44 +08:00
2019-12-31 11:02:35 +08:00
2019-05-21 09:09:01 +02:00
2020-03-09 11:32:18 +11:00
2020-02-15 18:39:28 +08:00
2019-09-06 11:34:53 +08:00
2019-06-03 14:15:08 +08:00
2019-09-06 11:34:53 +08:00
2019-12-31 11:02:35 +08:00
2019-06-27 13:24:22 +08:00
2019-05-21 09:09:01 +02:00
2020-04-02 23:38:17 +02:00
2018-08-30 13:11:54 +08:00
2018-08-30 13:11:54 +08:00
2019-03-21 18:51:45 +08:00
2018-07-12 19:10:37 +08:00
2020-04-02 23:38:17 +02:00
2019-04-12 02:24:28 +08:00
2019-06-03 14:15:08 +08:00
2019-06-03 14:15:08 +08:00
2019-12-24 17:43:32 +08:00
2020-03-06 17:39:14 +08:00
2019-12-24 17:43:32 +08:00
2020-05-06 17:28:18 +08:00
2020-06-03 12:29:06 +08:00