aboutsummaryrefslogtreecommitdiff
path: root/embassy-mcxa/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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-099-21/+17
| |
| * Make init private (suggestion from @felipebalbi)James Munns2025-12-091-39/+22
| |
| * Clean up remaining examples, move some to "raw" examplesJames Munns2025-12-097-12/+16
| |
| * 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-082-72/+21
| |
| * Clean up some common PAC operations using helper methodsJames Munns2025-12-051-276/+147
| |
| * use core::fmt::Write instead of home-rolled fmtJames Munns2025-12-051-0/+6
| |
| * Create separate ring buffered RX receiver to encapsulate unsafeJames Munns2025-12-052-6/+49
| |
| * Enable DMA interrupts in constructorsJames Munns2025-12-051-4/+18
| |
| * Merge remote-tracking branch 'james-mcxa/feat/mcxa276-hal' into james/rebase-dmaJames Munns2025-12-056-42/+3109
| |\
| | * MoveJames Munns2025-12-0517-0/+11167
| |
* | Fix more review commentsFelipe Balbi2025-12-081-34/+34
| |
* | review commentsFelipe Balbi2025-12-081-125/+77
| |
* | mcxa: crc: add generic methods to reduce duplicationFelipe Balbi2025-12-051-100/+134
| | | | | | | | Signed-off-by: Felipe Balbi <[email protected]>
* | mcxa/crc: document the use of align_toFelipe Balbi2025-12-051-2/+18
| |
* | CRCFelipe Balbi2025-12-053-0/+759
|/ | | | | | Fixes #74 Signed-off-by: Felipe Balbi <[email protected]>
* rustfmtJames Munns2025-12-048-19/+15
|
* Move to subfolderJames Munns2025-12-0416-0/+8584