| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change transfer to return a result | James Munns | 2025-12-09 | 2 | -2/+2 |
| * | Use saddr read instead of interrupt to avoid double handler definition | James Munns | 2025-12-09 | 3 | -110/+61 |
| * | rustfmt | James Munns | 2025-12-09 | 5 | -6/+6 |
| * | Clean up remaining examples, move some to "raw" examples | James Munns | 2025-12-09 | 6 | -331/+127 |
| * | Enforce scatter gather API statically | James Munns | 2025-12-09 | 1 | -18/+2 |
| * | Work on scatter-gather-builder | James Munns | 2025-12-08 | 1 | -111/+57 |
| * | Clean up examples, move interrupts to be more fully managed | James Munns | 2025-12-08 | 15 | -256/+72 |
| * | Clean up some common PAC operations using helper methods | James Munns | 2025-12-05 | 1 | -53/+22 |
| * | use core::fmt::Write instead of home-rolled fmt | James Munns | 2025-12-05 | 8 | -229/+16 |
| * | Create separate ring buffered RX receiver to encapsulate unsafe | James Munns | 2025-12-05 | 3 | -12/+6 |
| * | Enable DMA interrupts in constructors | James Munns | 2025-12-05 | 1 | -6/+0 |
| * | Merge remote-tracking branch 'james-mcxa/feat/mcxa276-hal' into james/rebase-dma | James Munns | 2025-12-05 | 10 | -0/+2336 |
| |\ | |||||
| | * | Move | James Munns | 2025-12-05 | 29 | -0/+0 |
| | * | Merge upstream/main to incorporate LPUART constructor refactor (#51) and GPIO... | Bogdan Petru Chircu Mare | 2025-12-01 | 16 | -37/+18 |
| | |\ | |||||
| | * | | refactor(dma): move DMA_MAX_TRANSFER_SIZE to dma module and init during HAL s... | Bogdan Petru Chircu Mare | 2025-12-01 | 3 | -42/+23 |
| | * | | Apply rustfmt formatting fixes | Bogdan Petru Chircu Mare | 2025-12-01 | 10 | -147/+201 |
| | * | | Updated per PR #52 feedback | Bogdan Petru Chircu Mare | 2025-11-28 | 10 | -324/+114 |
| | * | | feat(dma): add DMA driver with 10 verified examples | Bogdan Petru Chircu Mare | 2025-11-28 | 10 | -0/+2531 |
| * | | | Remove some misc bits | James Munns | 2025-12-04 | 1 | -1555/+0 |
| * | | | Tweak how target setting is handled | James Munns | 2025-12-04 | 1 | -0/+5 |
| * | | | rustfmt | James Munns | 2025-12-04 | 5 | -6/+6 |
| * | | | publish false on mcxa examples | James Munns | 2025-12-04 | 1 | -1/+1 |
| * | | | Add repository fields | James Munns | 2025-12-04 | 1 | -0/+1 |
| * | | | Bump mcxa-pac to lower MSRV to 1.90 | James Munns | 2025-12-04 | 1 | -1/+1 |
| * | | | Import embassy-mcxa repo | James Munns | 2025-12-04 | 20 | -0/+2335 |
| |\ \ \ | |||||
| | * | | | Move examples to top level example folder | James Munns | 2025-12-04 | 20 | -0/+2335 |
| | * | | | Move to subfolder | James Munns | 2025-12-04 | 20 | -2335/+0 |
| | * | | | Rtc support v2 (#91) | MathisDerooNXP | 2025-12-04 | 1 | -33/+6 |
| | * | | | I2c Async (#50) | Felipe Balbi | 2025-12-03 | 1 | -0/+39 |
| | | |/ | |/| | |||||
| | * | | Refactor LPUART driver constructors (#51) | JanKomarekNXP | 2025-12-01 | 3 | -10/+8 |
| | * | | Remove Drive/Slew settings for Input pin (#57) | James Munns | 2025-11-29 | 3 | -6/+9 |
| | |/ | |||||
| | * | Fix LPI2C2 example (#56) | James Munns | 2025-11-28 | 1 | -1/+8 |
| | * | Add GPIO interrupt support and embedded-hal-async trait implementation (#38) | MathisDerooNXP | 2025-11-26 | 3 | -1/+443 |
| | * | I2c Controller Blocking Driver (#27) | Felipe Balbi | 2025-11-25 | 4 | -8/+590 |
| | * | Wire up Lpuart pins (#43) | James Munns | 2025-11-25 | 8 | -117/+28 |
| | * | Remove the pac singleton function (#42) | James Munns | 2025-11-24 | 7 | -17/+10 |
| | * | Update to patched PAC with corrected Div4 (#41) | James Munns | 2025-11-24 | 1 | -1/+1 |
| | * | Introduce clkout peripheral (#36) | James Munns | 2025-11-24 | 2 | -1/+70 |
| | * | Update to latest PAC (#39) | Felipe Balbi | 2025-11-21 | 1 | -1/+1 |
| | * | Gpio support v2 (#26) | MathisDerooNXP | 2025-11-21 | 2 | -4/+25 |
| | * | OSTimer updates (#24) | Felipe Balbi | 2025-11-19 | 7 | -745/+3 |
| | * | Correct gpio driver (#9) | Felipe Balbi | 2025-11-18 | 13 | -116/+78 |
| | * | Merge remote-tracking branch 'odp/main' into james/impl-clocks | Felipe Balbi | 2025-11-17 | 5 | -4/+11 |
| | |\ | |||||
| | | * | Allow writing binary to flash (#20) | Felipe Balbi | 2025-11-17 | 4 | -3/+11 |
| | | * | Let HAL build in isolation (#21) | Felipe Balbi | 2025-11-17 | 1 | -1/+0 |
| | * | | Correct clk/rst field logic | James Munns | 2025-11-17 | 2 | -3/+3 |
| | * | | Restore examples | James Munns | 2025-11-17 | 1 | -4/+4 |
| | * | | Remove redundant import | James Munns | 2025-11-14 | 1 | -1/+1 |
| | * | | A little follow-up cleanup | James Munns | 2025-11-14 | 12 | -32/+34 |
| | * | | Merge remote-tracking branch 'origin/main' into james/impl-clocks | James Munns | 2025-11-14 | 18 | -107/+767 |
| | |\| | |||||
