aboutsummaryrefslogtreecommitdiff
path: root/embassy-imxrt/src/flexcomm
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.
* [iMXRT] Add spi driverFelipe Balbi2025-12-112-0/+1012
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-062-8/+14
|
* Add UART and DMA driversFelipe Balbi2025-05-152-0/+1482
Both blocking and async versions are supported. Add separate examples for each mode.