aboutsummaryrefslogtreecommitdiff
path: root/embassy-nxp/src
Commit message (Collapse)AuthorAgeFilesLines
* 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