Add UART and DMA drivers

Both blocking and async versions are supported. Add separate examples
for each mode.
This commit is contained in:
Felipe Balbi
2025-04-10 10:39:54 -07:00
parent d1c2ce927a
commit d64ae225b3
8 changed files with 2069 additions and 21 deletions

View File

@@ -10,5 +10,7 @@ The link: link:https://github.com/embassy-rs/embassy/tree/main/embassy-imxrt[Emb
The following peripherals have a HAL implementation at present
* CRC
* DMA
* GPIO
* RNG
* UART