aboutsummaryrefslogtreecommitdiff
path: root/examples/mimxrt6
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5045 from felipebalbi/imxrt/dmaxoviat2025-12-121-0/+26
|\ | | | | | | [iMXRT] add a minimal DMA copy example
| * [iMXRT] add a minimal DMA copy exampleFelipe Balbi2025-12-111-0/+26
| | | | | | | | While at that, also update the PACs to their latest versions.
* | [iMXRT] Add spi driverFelipe Balbi2025-12-113-0/+88
|/
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Update manifests to satisfy new checks.Dario Nieuwenhuis2025-09-221-1/+1
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-292-4/+4
|
* 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
|
* Merge pull request #4224 from felipebalbi/buttonDario Nieuwenhuis2025-06-011-0/+29
|\ | | | | | | imxrt: add button example
| * imxrt: add button exampleFelipe Balbi2025-05-211-0/+29
| |
* | 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-182-5/+3
| | | | Co-Authored-By: Aurélien Jacobs <[email protected]>
* Add UART and DMA driversFelipe Balbi2025-05-152-0/+142
| | | | | Both blocking and async versions are supported. Add separate examples for each mode.
* Merge branch 'main' into add-rngDario Nieuwenhuis2025-05-131-0/+175
|\
| * Add embassy-imxrt CRC driverFelipe Balbi2025-05-091-0/+175
| |
* | Add embassy-imxrt RNG driverFelipe Balbi2025-05-091-0/+40
|/
* Merge pull request #4170 from ↵Ulf Lilleengen2025-05-092-4/+4
|\ | | | | | | | | yutannihilation/chore/fix-unsafe-attribute-rust2024 chore: Wrap `link_section` attribute in example code with `unsafe()` for compatibility with Rust 2024 edition
| * chore: Wrap link_section attribute with unsafeHiroaki Yutani2025-05-062-4/+4
| |
* | 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
* Convert tabs into spacesFelipe Balbi2025-04-101-26/+26
| | | | | | | | | Indent everything with spaces instead of TABS. 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-092-2/+4
|
* Add embassy-imxrtFelipe Balbi2025-04-099-0/+254
Adds initial support for MIMXRT600 series MCUs from NXP. Subsequent PRs will add more drivers.