kendryte / kendryte-freertos-sdk

This project is no longer maintained Not recommended for product development.
Apache License 2.0
201 stars 68 forks source link

UART DMA #59

Open Masi2018 opened 4 years ago

Masi2018 commented 4 years ago

I am using the UART port and I've noticed that sometimes it misses some of the data especially when multiple task is running and when a task is waiting for an event and it receives the event. I noticed that you have created UART dma branch, any plan to merge that with the latest develop branch?