aboutsummaryrefslogtreecommitdiff
path: root/embassy-mcxa/src/dma.rs
Commit message (Expand)AuthorAgeFilesLines
* rustfmtJames Munns2025-12-091-3/+7
* Add error state for DMA transfersJames Munns2025-12-091-6/+154
* Change transfer to return a resultJames Munns2025-12-091-5/+9
* Use saddr read instead of interrupt to avoid double handler definitionJames Munns2025-12-091-0/+1
* rustfmtJames Munns2025-12-091-1/+1
* Make init private (suggestion from @felipebalbi)James Munns2025-12-091-39/+22
* Enforce scatter gather API staticallyJames Munns2025-12-091-11/+8
* Work on scatter-gather-builderJames Munns2025-12-081-5/+8
* Clean up examples, move interrupts to be more fully managedJames Munns2025-12-081-37/+21
* Clean up some common PAC operations using helper methodsJames Munns2025-12-051-276/+147
* Create separate ring buffered RX receiver to encapsulate unsafeJames Munns2025-12-051-1/+14
* MoveJames Munns2025-12-051-0/+2594