aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add LPUART5 pin mappings (#53)James Munns2025-11-261-3/+11
* Add GPIO interrupt support and embedded-hal-async trait implementation (#38)MathisDerooNXP2025-11-264-3/+450
* I2c Controller Blocking Driver (#27)Felipe Balbi2025-11-256-3/+750
* Wire up Lpuart pins (#43)James Munns2025-11-257-122/+176
* Remove the pac singleton function (#42)James Munns2025-11-241-15/+0
* Update to patched PAC with corrected Div4 (#41)James Munns2025-11-241-14/+14
* Introduce clkout peripheral (#36)James Munns2025-11-244-5/+218
* Fix clkdiv configurationFelipe Balbi2025-11-212-12/+8
* Update to latest PAC (#39)Felipe Balbi2025-11-212-4/+4
* Gpio support v2 (#26)MathisDerooNXP2025-11-213-101/+253
* OSTimer updates (#24)Felipe Balbi2025-11-194-26/+81
* Correct gpio driver (#9)Felipe Balbi2025-11-184-68/+748
* Correct clk/rst field logicJames Munns2025-11-172-15/+18
* Restore examplesJames Munns2025-11-171-8/+8
* Fill in main_clk stateJames Munns2025-11-171-1/+6
* Docs pass and organization cleanupJames Munns2025-11-174-522/+821
* Merge remote-tracking branch 'origin/main' into james/impl-clocksJames Munns2025-11-143-26/+27
|\
| * Move examples to a package of their own (#16)Felipe Balbi2025-11-131-22/+22
* | Continue working on examplesJames Munns2025-11-145-332/+48
* | More work on examplesJames Munns2025-11-147-168/+102
* | Cargo fmtJames Munns2025-11-143-20/+7
* | Implement SPConfHelper for OSTimer and ADCJames Munns2025-11-144-39/+229
* | Plumb clocks changes to lpuartJames Munns2025-11-145-174/+291
* | Merge remote-tracking branch 'origin/main' into james/impl-clocksJames Munns2025-11-138-31/+67
|\|
| * Manually fix clippy lintsJames Munns2025-11-136-9/+33
| * autofix clippy lintsJames Munns2025-11-136-25/+37
* | Start adding peripheral helpersJames Munns2025-11-122-7/+187
* | Move clocks into moduleJames Munns2025-11-121-0/+0
* | Comment out old clock gating logic, will be restoredJames Munns2025-11-121-128/+132
* | add frolf supportJames Munns2025-11-121-3/+103
* | Start implementing clocksJames Munns2025-11-111-0/+379
|/
* cargo +nightly fmtFelipe Balbi2025-11-0711-117/+61
* Reduce number of featuresFelipe Balbi2025-11-0711-141/+136
* feat(mcxa276): use external mcxa-pac; remove in-tree PAC; ADC: stop writing C...Bogdan Petru Chircu Mare2025-11-061-4/+3
* feat(mcxa276): initial HAL importBogdan Petru Chircu Mare2025-10-3116-24/+4732
* Initial commitJeff Glaum2025-09-082-0/+24