add F303 USART1 full DMA

This commit is contained in:
Edward Emelianov
2022-02-12 17:23:10 +03:00
parent 524922006c
commit 89f5932ecb
9 changed files with 501 additions and 3 deletions

View File

@@ -0,0 +1 @@
Full Rx and Tx DMA, Rx DMA ends on buffer end or when '\n' received by character match interrupt.