aboutsummaryrefslogtreecommitdiff
path: root/examples/mimxrt6/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* [iMXRT] Add spi driverFelipe Balbi2025-12-111-0/+2
|
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Update manifests to satisfy new checks.Dario Nieuwenhuis2025-09-221-1/+1
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-4/+4
|
* Load all crates in the graph, honor the "publish" flag to prevent publishing ↵Dario Nieuwenhuis2025-08-251-0/+6
| | | | examples/tests.
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
| | | | * Add newtype for moved type to preserve API compat
* chore: prepare embassy-executor 0.8 releaseUlf Lilleengen2025-07-311-1/+1
|
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
|
* Update defmt dependenciesYuri Astrakhan2025-05-181-3/+3
|
* Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-181-1/+0
| | | | Co-Authored-By: Aurélien Jacobs <[email protected]>
* Add OS Event timer supportFelipe Balbi2025-05-071-2/+2
| | | | | | Allow for the use of the OS Event timer as a time source. Signed-off-by: Felipe Balbi <[email protected]>
* Update minimum FCB version to latest releasedFelipe Balbi2025-04-101-1/+1
| | | | | | | | | | Version 0.2+ allows for the user to provide custom FCB for their platform. By default, FCB should work on MIMXRT685s EVK, by NXP. Based on PR by James Munns on the original "out-of-tree" copy of embassy-imxrt: https://github.com/OpenDevicePartnership/embassy-imxrt/pull/387
* Add Embassy iMXRT RTC Time DriverFelipe Balbi2025-04-091-1/+2
|
* Add embassy-imxrtFelipe Balbi2025-04-091-0/+60
Adds initial support for MIMXRT600 series MCUs from NXP. Subsequent PRs will add more drivers.