murasaki
murasaki copied to clipboard
Charge URART RX from DMA based to interrupt based.
The current Uart class is using DMA interrupt. As a result, it is not easy to use when the RX string length is unknown.
We should modify it to use the interrupt.