aboutsummaryrefslogtreecommitdiff
path: root/embassy-nxp/src
Commit message (Collapse)AuthorAgeFilesLines
* nxp: generate all chip peripherals and impls from metadatai509VCB2025-11-1614-811/+217
|
* nxp/lpc55: pwm simpleRoi Bachynskyi2025-10-235-2/+348
|
* nxp/lpc55: move usart ALT pin definitions to impl_xx_pin macrosi509VCB2025-10-181-52/+87
|
* nxp/lpc55: eliminate match_ioconi509VCB2025-10-132-65/+39
| | | | It is easier to have SealedPin provide a way to get to the Pio icon registers
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-067-15/+15
|
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+2
|
* lpc55: dma and async usartRoi Bachynskyi2025-09-255-20/+774
|
* lpc55: added lpc55-core0 featureRoi Bachynskyi2025-09-123-7/+7
| | | | Co-authored-by: Irina Chiorean <[email protected]>
* lpc55: rtc driver rewrittenIrina Chiorean2025-09-121-35/+41
|
* lpc55: blocking usart rewrittenRoi Bachynskyi2025-09-122-553/+332
|
* lpc55: pint rewrittenRoi Bachynskyi2025-09-121-64/+33
|
* lpc55: gpio rewrittenRoi Bachynskyi2025-09-122-321/+41
|
* feat: lpc55 blocking usart addedRoi Bachynskyi2025-08-124-0/+920
|
* feat: add RTC time driverIrina Chiorean2025-08-042-0/+173
|
* nxp: Add mimxrt1062 supporti509VCB2025-07-223-6/+339
| | | | 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-225-5/+1279
| | | | PIT is used for the time driver
* feat: fmt.rs was addedRoi Bachynskyi2025-07-214-0/+288
|
* 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-085-429/+445
|
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-273-31/+24
|
* Use inline const for initializing arrays. (#3567)Dario Nieuwenhuis2024-11-241-7/+9
|
* feat: embassy-lpc55 hal with gpio and pint driverGeorge Cosma2024-10-074-0/+1219