| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 2 | -4/+4 |
| | | |||||
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 1 | -4/+4 |
| | | |||||
| * | Load all crates in the graph, honor the "publish" flag to prevent publishing ↵ | Dario Nieuwenhuis | 2025-08-25 | 1 | -0/+6 |
| | | | | | examples/tests. | ||||
| * | fix: prepare embassy-sync 0.7.1 release | Ulf Lilleengen | 2025-08-12 | 1 | -1/+1 |
| | | | | | * Add newtype for moved type to preserve API compat | ||||
| * | chore: prepare embassy-executor 0.8 release | Ulf Lilleengen | 2025-07-31 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #4224 from felipebalbi/button | Dario Nieuwenhuis | 2025-06-01 | 1 | -0/+29 |
| |\ | | | | | | | imxrt: add button example | ||||
| | * | imxrt: add button example | Felipe Balbi | 2025-05-21 | 1 | -0/+29 |
| | | | |||||
| * | | embassy-sync: bump to 0.7.0 | Matt Johnston | 2025-05-22 | 1 | -1/+1 |
| |/ | |||||
| * | Update defmt dependencies | Yuri Astrakhan | 2025-05-18 | 1 | -3/+3 |
| | | |||||
| * | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 2 | -5/+3 |
| | | | | | Co-Authored-By: Aurélien Jacobs <[email protected]> | ||||
| * | Add UART and DMA drivers | Felipe Balbi | 2025-05-15 | 2 | -0/+142 |
| | | | | | | Both blocking and async versions are supported. Add separate examples for each mode. | ||||
| * | Merge branch 'main' into add-rng | Dario Nieuwenhuis | 2025-05-13 | 1 | -0/+175 |
| |\ | |||||
| | * | Add embassy-imxrt CRC driver | Felipe Balbi | 2025-05-09 | 1 | -0/+175 |
| | | | |||||
| * | | Add embassy-imxrt RNG driver | Felipe Balbi | 2025-05-09 | 1 | -0/+40 |
| |/ | |||||
| * | Merge pull request #4170 from ↵ | Ulf Lilleengen | 2025-05-09 | 2 | -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 unsafe | Hiroaki Yutani | 2025-05-06 | 2 | -4/+4 |
| | | | |||||
| * | | Add OS Event timer support | Felipe Balbi | 2025-05-07 | 1 | -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 released | Felipe Balbi | 2025-04-10 | 1 | -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 spaces | Felipe Balbi | 2025-04-10 | 1 | -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 Driver | Felipe Balbi | 2025-04-09 | 2 | -2/+4 |
| | | |||||
| * | Add embassy-imxrt | Felipe Balbi | 2025-04-09 | 9 | -0/+254 |
| Adds initial support for MIMXRT600 series MCUs from NXP. Subsequent PRs will add more drivers. | |||||
