aboutsummaryrefslogtreecommitdiff
path: root/embassy-imxrt
Commit message (Expand)AuthorAgeFilesLines
* [iMXRT] dma: define MAX_CHUNK_SIZE constantFelipe Balbi2025-12-162-2/+4
* Merge pull request #5045 from felipebalbi/imxrt/dmaxoviat2025-12-121-2/+2
|\
| * [iMXRT] add a minimal DMA copy exampleFelipe Balbi2025-12-111-2/+2
* | [iMXRT] Add spi driverFelipe Balbi2025-12-112-0/+1012
|/
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-0610-21/+27
* Edition 2024.Dario Nieuwenhuis2025-10-062-2/+3
* 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
* fix: add more missing changelogsUlf Lilleengen2025-08-251-0/+11
* Read crate configs from metadata.Dario Nieuwenhuis2025-08-251-0/+6
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
* 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
* Use `unsafe` block in IRQ handlersclubby7892025-07-201-3/+5
* 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
* timer: ostimer: wait for match write readyFelipe Balbi2025-05-211-1/+6
* Update defmt dependenciesYuri Astrakhan2025-05-181-1/+1
* Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-182-10/+42
* Merge pull request #4206 from rursprung/add-possibility-to-document-bind_inte...Dario Nieuwenhuis2025-05-151-4/+8
|\
| * add the possibility to document `bind_interrupts` `struct`sRalph Ursprung2025-05-151-4/+8
* | Add UART and DMA driversFelipe Balbi2025-05-155-21/+1925
|/
* Merge branch 'main' into add-rngDario Nieuwenhuis2025-05-132-0/+191
|\
| * Add embassy-imxrt CRC driverFelipe Balbi2025-05-092-0/+191
* | Add embassy-imxrt RNG driverFelipe Balbi2025-05-092-0/+258
|/
* Add OS Event timer supportFelipe Balbi2025-05-073-27/+182
* clocks: remove defmt messagesFelipe Balbi2025-05-071-41/+1
* clocks: split clock and reset operationsFelipe Balbi2025-05-071-8/+22
* Rename rtc.rs to time_driver.rsFelipe Balbi2025-05-072-2/+2
* Add Embassy iMXRT RTC Time DriverFelipe Balbi2025-04-093-3/+285
* Add embassy-imxrtFelipe Balbi2025-04-099-0/+4771