aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Add GPIO interrupt support and embedded-hal-async trait implementation (#38)MathisDerooNXP2025-11-261-1/+14
* I2c Controller Blocking Driver (#27)Felipe Balbi2025-11-251-0/+1
* Wire up Lpuart pins (#43)James Munns2025-11-251-0/+1
* Remove the pac singleton function (#42)James Munns2025-11-241-15/+0
* Introduce clkout peripheral (#36)James Munns2025-11-241-0/+5
* Gpio support v2 (#26)MathisDerooNXP2025-11-211-3/+5
* OSTimer updates (#24)Felipe Balbi2025-11-191-1/+10
* Correct gpio driver (#9)Felipe Balbi2025-11-181-2/+313
* Correct clk/rst field logicJames Munns2025-11-171-1/+4
* Merge remote-tracking branch 'origin/main' into james/impl-clocksJames Munns2025-11-141-22/+22
|\
| * Move examples to a package of their own (#16)Felipe Balbi2025-11-131-22/+22
* | Continue working on examplesJames Munns2025-11-141-2/+0
* | More work on examplesJames Munns2025-11-141-1/+0
* | Cargo fmtJames Munns2025-11-141-13/+1
* | Plumb clocks changes to lpuartJames Munns2025-11-141-1/+13
|/
* Manually fix clippy lintsJames Munns2025-11-131-0/+3
* cargo +nightly fmtFelipe Balbi2025-11-071-6/+6
* Reduce number of featuresFelipe Balbi2025-11-071-41/+18
* feat(mcxa276): initial HAL importBogdan Petru Chircu Mare2025-10-311-0/+165