aboutsummaryrefslogtreecommitdiff
path: root/embassy-nxp/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* nxp: generate all chip peripherals and impls from metadatai509VCB2025-11-161-7/+9
|
* nxp/lpc55: pwm simpleRoi Bachynskyi2025-10-231-1/+6
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+2
|
* lpc55: dma and async usartRoi Bachynskyi2025-09-251-0/+72
|
* lpc55: added lpc55-core0 featureRoi Bachynskyi2025-09-121-5/+5
| | | | Co-authored-by: Irina Chiorean <[email protected]>
* feat: lpc55 blocking usart addedRoi Bachynskyi2025-08-121-0/+20
|
* feat: add RTC time driverIrina Chiorean2025-08-041-0/+1
|
* nxp: Add mimxrt1062 supporti509VCB2025-07-221-0/+1
| | | | 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-5/+82
| | | | PIT is used for the time driver
* feat: fmt.rs was addedRoi Bachynskyi2025-07-211-0/+1
|
* Revert "feat: added log-to-defmt feature"Roi Bachynskyi2025-07-211-3/+2
| | | | This reverts commit 6d79c4c81187d5f2704e2d2f72a3deba05ca449a.
* feat: added log-to-defmt featureRoy2025-07-181-2/+3
| | | | Signed-off-by: Roy <[email protected]>
* nxp: feature gate lpc55 gpio and pint to lpc55i509VCB2025-07-081-74/+16
|
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-1/+1
|
* feat: embassy-lpc55 hal with gpio and pint driverGeorge Cosma2024-10-071-0/+95