aboutsummaryrefslogtreecommitdiff
path: root/embassy-mcxa
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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-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-0537-0/+14240
| |
* | Add MCX-A256 to dev docsJames Munns2025-12-091-1/+9
| |
* | 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]>
* Remove more ODP filesJames Munns2025-12-0410-440/+0
|
* Remove some misc bitsJames Munns2025-12-0411-2559/+1
|
* Remove standalone CI stepsJames Munns2025-12-048-564/+0
|
* Tweak how target setting is handledJames Munns2025-12-042-2/+6
|
* rustfmtJames Munns2025-12-048-19/+15
|
* Add documentationJames Munns2025-12-041-0/+1
|
* Add repository fieldsJames Munns2025-12-041-0/+1
|
* Bump mcxa-pac to lower MSRV to 1.90James Munns2025-12-041-1/+1
|
* Import embassy-mcxa repoJames Munns2025-12-041-148/+148
| | | | Merge remote-tracking branch 'james-e-mcxa/james/upstream' into james/upstream-mcxa
* Move examples to top level example folderJames Munns2025-12-0420-2335/+0
|
* Move to subfolderJames Munns2025-12-0467-0/+14560