aboutsummaryrefslogtreecommitdiff
path: root/examples/mimxrt6/src/bin
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-112-0/+86
|/
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-292-4/+4
|
* imxrt: add button exampleFelipe Balbi2025-05-211-0/+29
|
* Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-181-4/+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
|/
* Add Embassy iMXRT RTC Time DriverFelipe Balbi2025-04-091-1/+2
|
* Add embassy-imxrtFelipe Balbi2025-04-092-0/+46
Adds initial support for MIMXRT600 series MCUs from NXP. Subsequent PRs will add more drivers.