aboutsummaryrefslogtreecommitdiff
path: root/embassy-imxrt/src/flexcomm/uart.rs
Commit message (Collapse)AuthorAgeFilesLines
* [iMXRT] dma: define MAX_CHUNK_SIZE constantFelipe Balbi2025-12-161-2/+2
| | | | | | Instead of adding magic constants all over the place, let's just define DMA MAX_CHUNK_SIZE in a single constant that be referenced by the various users.
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-2/+2
|
* Add UART and DMA driversFelipe Balbi2025-05-151-0/+1230
Both blocking and async versions are supported. Add separate examples for each mode.