aboutsummaryrefslogtreecommitdiff
path: root/embassy-nxp/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Update to embedded-io 0.7Dario Nieuwenhuis2025-12-191-1/+1
|
* nxp: generate all chip peripherals and impls from metadatai509VCB2025-11-161-2/+2
|
* nxp/lpc55: pwm simpleRoi Bachynskyi2025-10-231-2/+2
|
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* lpc55: dma and async usartRoi Bachynskyi2025-09-251-0/+1
|
* Update manifests to satisfy new checks.Dario Nieuwenhuis2025-09-221-0/+1
|
* lpc55: added lpc55-core0 featureRoi Bachynskyi2025-09-121-3/+3
| | | | Co-authored-by: Irina Chiorean <[email protected]>
* lpc55: update Cargo.toml and CHANGELOGRoi Bachynskyi2025-09-121-5/+4
| | | | Co-authored-by: Irina Chiorean <[email protected]>
* lpc55: gpio rewrittenRoi Bachynskyi2025-09-121-3/+3
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-4/+4
|
* fix: skip publish on a few moreUlf Lilleengen2025-08-251-0/+2
|
* Read crate configs from metadata.Dario Nieuwenhuis2025-08-251-0/+7
|
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
| | | | * Add newtype for moved type to preserve API compat
* feat: lpc55 blocking usart addedRoi Bachynskyi2025-08-121-1/+2
|
* feat: add RTC time driverIrina Chiorean2025-08-041-0/+3
|
* fix: do full minor version bump for time queue utilsUlf Lilleengen2025-08-011-1/+1
|
* Merge pull request #4444 from i509VCB/nxp-docsDario Nieuwenhuis2025-07-231-0/+10
|\ | | | | | | nxp: make docs generate
| * nxp: make docs generatei509VCB2025-07-221-0/+10
| |
* | nxp: Add mimxrt1062 supporti509VCB2025-07-221-2/+3
| | | | | | | | 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-4/+32
| | | | | | | | PIT is used for the time driver
* | feat: fmt.rs was addedRoi Bachynskyi2025-07-211-1/+1
| |
* | Revert "feat: added log-to-defmt feature"Roi Bachynskyi2025-07-211-4/+0
| | | | | | | | This reverts commit 6d79c4c81187d5f2704e2d2f72a3deba05ca449a.
* | feat: added log-to-defmt featureRoy2025-07-181-0/+4
|/ | | | Signed-off-by: Roy <[email protected]>
* chore: update to `embassy-hal-internal` v0.3.0Ulf Lilleengen2025-07-141-1/+1
|
* nxp: feature gate lpc55 gpio and pint to lpc55i509VCB2025-07-081-0/+6
|
* nxp: add feature for lpc55i509VCB2025-07-081-2/+8
| | | | | | this is needed since I will be working on adding support for the MCX families to embassy-nxp Co-authored-by: IriniaCh524 <[email protected]>
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
|
* Update defmt dependenciesYuri Astrakhan2025-05-181-1/+1
|
* `embassy-nxp`: make `defmt` optionalRalph Ursprung2025-05-151-2/+5
| | | | | | | | | | | | also enable it on all dependencies (where available). this is needed because in a next commit we'll add code to `embassy-hal-internal` which uses the feature in a macro, as it expects `defmt` to be optional in all embassy HALs. this was the only HAL where that wasn't the case. note that this is a breaking change for consumers! if you wish to use `defmt` in `embassy-nxp` you now need to enable the feature.
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
| | | | Prepare version 0.6.2 for release
* Fix search-and-replacabilityDániel Buga2025-01-051-1/+1
|
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
| | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor
* feat: embassy-lpc55 hal with gpio and pint driverGeorge Cosma2024-10-071-0/+17