aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Change transfer to return a resultJames Munns2025-12-092-2/+2
* Use saddr read instead of interrupt to avoid double handler definitionJames Munns2025-12-093-110/+61
* rustfmtJames Munns2025-12-095-6/+6
* Clean up remaining examples, move some to "raw" examplesJames Munns2025-12-096-331/+127
* Enforce scatter gather API staticallyJames Munns2025-12-091-18/+2
* Work on scatter-gather-builderJames Munns2025-12-081-111/+57
* Clean up examples, move interrupts to be more fully managedJames Munns2025-12-0815-256/+72
* Clean up some common PAC operations using helper methodsJames Munns2025-12-051-53/+22
* use core::fmt::Write instead of home-rolled fmtJames Munns2025-12-058-229/+16
* Create separate ring buffered RX receiver to encapsulate unsafeJames Munns2025-12-053-12/+6
* Enable DMA interrupts in constructorsJames Munns2025-12-051-6/+0
* Merge remote-tracking branch 'james-mcxa/feat/mcxa276-hal' into james/rebase-dmaJames Munns2025-12-0510-0/+2336
|\
| * MoveJames Munns2025-12-0529-0/+0
| * Merge upstream/main to incorporate LPUART constructor refactor (#51) and GPIO...Bogdan Petru Chircu Mare2025-12-0116-37/+18
| |\
| * | refactor(dma): move DMA_MAX_TRANSFER_SIZE to dma module and init during HAL s...Bogdan Petru Chircu Mare2025-12-013-42/+23
| * | Apply rustfmt formatting fixesBogdan Petru Chircu Mare2025-12-0110-147/+201
| * | Updated per PR #52 feedbackBogdan Petru Chircu Mare2025-11-2810-324/+114
| * | feat(dma): add DMA driver with 10 verified examplesBogdan Petru Chircu Mare2025-11-2810-0/+2531
* | | Remove some misc bitsJames Munns2025-12-041-1555/+0
* | | Tweak how target setting is handledJames Munns2025-12-041-0/+5
* | | rustfmtJames Munns2025-12-045-6/+6
* | | publish false on mcxa examplesJames Munns2025-12-041-1/+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-0420-0/+2335
|\ \ \
| * | | Move examples to top level example folderJames Munns2025-12-0420-0/+2335
| * | | Move to subfolderJames Munns2025-12-0420-2335/+0
| * | | Rtc support v2 (#91)MathisDerooNXP2025-12-041-33/+6
| * | | I2c Async (#50)Felipe Balbi2025-12-031-0/+39
| | |/ | |/|
| * | Refactor LPUART driver constructors (#51)JanKomarekNXP2025-12-013-10/+8
| * | Remove Drive/Slew settings for Input pin (#57)James Munns2025-11-293-6/+9
| |/
| * Fix LPI2C2 example (#56)James Munns2025-11-281-1/+8
| * Add GPIO interrupt support and embedded-hal-async trait implementation (#38)MathisDerooNXP2025-11-263-1/+443
| * I2c Controller Blocking Driver (#27)Felipe Balbi2025-11-254-8/+590
| * Wire up Lpuart pins (#43)James Munns2025-11-258-117/+28
| * Remove the pac singleton function (#42)James Munns2025-11-247-17/+10
| * Update to patched PAC with corrected Div4 (#41)James Munns2025-11-241-1/+1
| * Introduce clkout peripheral (#36)James Munns2025-11-242-1/+70
| * Update to latest PAC (#39)Felipe Balbi2025-11-211-1/+1
| * Gpio support v2 (#26)MathisDerooNXP2025-11-212-4/+25
| * OSTimer updates (#24)Felipe Balbi2025-11-197-745/+3
| * Correct gpio driver (#9)Felipe Balbi2025-11-1813-116/+78
| * Merge remote-tracking branch 'odp/main' into james/impl-clocksFelipe Balbi2025-11-175-4/+11
| |\
| | * Allow writing binary to flash (#20)Felipe Balbi2025-11-174-3/+11
| | * Let HAL build in isolation (#21)Felipe Balbi2025-11-171-1/+0
| * | Correct clk/rst field logicJames Munns2025-11-172-3/+3
| * | Restore examplesJames Munns2025-11-171-4/+4
| * | Remove redundant importJames Munns2025-11-141-1/+1
| * | A little follow-up cleanupJames Munns2025-11-1412-32/+34
| * | Merge remote-tracking branch 'origin/main' into james/impl-clocksJames Munns2025-11-1418-107/+767
| |\|