aboutsummaryrefslogtreecommitdiff
path: root/embassy-imxrt/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Update to embedded-io 0.7Dario Nieuwenhuis2025-12-191-2/+2
|
* [iMXRT] add a minimal DMA copy exampleFelipe Balbi2025-12-111-2/+2
| | | | While at that, also update the PACs to their latest versions.
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Update manifests to satisfy new checks.Dario Nieuwenhuis2025-09-221-1/+1
|
* fix: update more minor versionsUlf Lilleengen2025-08-271-1/+1
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-6/+6
|
* fix: skip another publishUlf Lilleengen2025-08-251-0/+1
|
* Read crate configs from metadata.Dario Nieuwenhuis2025-08-251-0/+6
|
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
| | | | * Add newtype for moved type to preserve API compat
* Release embassy-embedded-hal v0.4Dario Nieuwenhuis2025-08-031-1/+1
|
* fix: do full minor version bump for time queue utilsUlf Lilleengen2025-08-011-1/+1
|
* chore: Release embassy-embedded-hal version 0.3.1Ulf Lilleengen2025-07-161-1/+1
|
* chore: update to `embassy-hal-internal` v0.3.0Ulf Lilleengen2025-07-141-1/+1
|
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
|
* Update defmt dependenciesYuri Astrakhan2025-05-181-1/+1
|
* Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-181-1/+3
| | | | Co-Authored-By: AurĂ©lien Jacobs <[email protected]>
* Add OS Event timer supportFelipe Balbi2025-05-071-3/+6
| | | | | | Allow for the use of the OS Event timer as a time source. Signed-off-by: Felipe Balbi <[email protected]>
* Add Embassy iMXRT RTC Time DriverFelipe Balbi2025-04-091-2/+13
|
* Add embassy-imxrtFelipe Balbi2025-04-091-0/+84
Adds initial support for MIMXRT600 series MCUs from NXP. Subsequent PRs will add more drivers.