aboutsummaryrefslogtreecommitdiff
path: root/embassy-nxp/src/gpio
Commit message (Collapse)AuthorAgeFilesLines
* nxp: generate all chip peripherals and impls from metadatai509VCB2025-11-162-114/+29
|
* nxp/lpc55: eliminate match_ioconi509VCB2025-10-131-44/+22
| | | | It is easier to have SealedPin provide a way to get to the Pio icon registers
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-062-4/+4
|
* lpc55: gpio rewrittenRoi Bachynskyi2025-09-121-320/+40
|
* nxp: Add mimxrt1062 supporti509VCB2025-07-221-6/+56
| | | | The examples in this case are designed for the IMXRT1060-EVK. The same chip is used in the Teensy 4.0/1, but that will probably get its own set of examples due to some differences such as the FCB.
* nxp: Add MIMXRT1011 GPIO and time driveri509VCB2025-07-221-0/+895
| | | | PIT is used for the time driver
* feat: fmt.rs was addedRoi Bachynskyi2025-07-211-0/+1
|
* nxp: feature gate lpc55 gpio and pint to lpc55i509VCB2025-07-081-0/+677