| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add docs page | James Munns | 2025-12-05 | 1 | -0/+18 |
| | | |||||
| * | docs: mention nrf54 support | Ulf Lilleengen | 2025-12-02 | 1 | -2/+4 |
| | | |||||
| * | Updated documentation, fixed EXTI definition issues with chips that have ↵ | WillaWillNot | 2025-11-21 | 2 | -2/+6 |
| | | | | | touch sensing, updated examples, added generation of convenience method to bind_interrupts for easier type erasure | ||||
| * | Fix docs for embassy-boot state partition size | Steven Schulteis | 2025-11-18 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'main' into main | xoviat | 2025-11-09 | 1 | -0/+2 |
| |\ | |||||
| | * | Add opentrig project to Embassy in the Wild page | Aquarel | 2025-11-08 | 1 | -0/+2 |
| | | | |||||
| * | | Add mini power supply project to Embassy in the Wild page | Aquarel | 2025-11-08 | 1 | -0/+2 |
| |/ | |||||
| * | Add Air Quality Monitor project to Embassy in the Wild page | 1-rafael-1 | 2025-10-04 | 1 | -3/+4 |
| | | |||||
| * | Update Embassy in the Wild with no_std Raspberry Pi Pico clock demonstrating ↵ | Carl Kadie | 2025-09-06 | 1 | -0/+4 |
| | | | | | | layered Embassy tasks (I also added a note that newer entries are at the top. If this isn't right, let me know or change.) | ||||
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 1 | -4/+4 |
| | | |||||
| * | book: Suggest Picotool for RP chips instead of elf2uf2-rs | Rob Wells | 2025-08-12 | 1 | -5/+5 |
| | | |||||
| * | Merge pull request #4259 from natevw/patch-1 | Dario Nieuwenhuis | 2025-07-24 | 1 | -1/+1 |
| |\ | | | | | | | Update layer_by_layer.adoc to clarify PAC limitations | ||||
| | * | Update layer_by_layer.adoc to clarify PAC limitations | Nathan Vander Wilt | 2025-05-27 | 1 | -1/+1 |
| | | | | | | | proposed fix for #4226, re. https://github.com/embassy-rs/embassy/issues/4226#issuecomment-2908772500 | ||||
| * | | Link to esp-generate | Dániel Buga | 2025-07-02 | 1 | -0/+2 |
| | | | |||||
| * | | Correct esp-hal link | Dániel Buga | 2025-06-24 | 1 | -1/+1 |
| | | | |||||
| * | | doc: add high-level embassy-boot a-b info | 9names | 2025-06-01 | 1 | -0/+7 |
| |/ | |||||
| * | Add UART and DMA drivers | Felipe Balbi | 2025-05-15 | 1 | -0/+2 |
| | | | | | | 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/+1 |
| |\ | |||||
| | * | Add embassy-imxrt CRC driver | Felipe Balbi | 2025-05-09 | 1 | -1/+1 |
| | | | |||||
| * | | Add embassy-imxrt RNG driver | Felipe Balbi | 2025-05-09 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #4170 from ↵ | Ulf Lilleengen | 2025-05-09 | 1 | -1/+1 |
| |\ | | | | | | | | | 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 | 1 | -1/+1 |
| | | | |||||
| * | | Tweak | Hiroaki Yutani | 2025-05-04 | 1 | -1/+1 |
| | | | |||||
| * | | Tweak the example `rust-toolchain.toml` in doc | Hiroaki Yutani | 2025-05-04 | 1 | -2/+2 |
| |/ | |||||
| * | chore: use `probe-rs` instead of `probe-run` | Yuri Astrakhan | 2025-05-02 | 1 | -1/+1 |
| | | | | | I found a few remaining deprecated `probe-run` cases. | ||||
| * | Fix link in faq.adoc | Marc Poulhiès | 2025-04-16 | 1 | -1/+1 |
| | | | | Looks like a link was using markdown instead of asciidoc. | ||||
| * | update documentation and examples to mention RP235x | 1-rafael-1 | 2025-04-13 | 3 | -3/+3 |
| | | |||||
| * | Add embassy-imxrt | Felipe Balbi | 2025-04-09 | 2 | -0/+14 |
| | | | | | | Adds initial support for MIMXRT600 series MCUs from NXP. Subsequent PRs will add more drivers. | ||||
| * | Remove task arena FAQ | Dániel Buga | 2025-03-31 | 1 | -23/+0 |
| | | |||||
| * | Merge pull request #3966 from i509VCB/mspm0-init | Ulf Lilleengen | 2025-03-21 | 1 | -0/+1 |
| |\ | | | | | | | Embassy for MSPM0 | ||||
| | * | Add docs related things | i509VCB | 2025-03-19 | 1 | -0/+1 |
| | | | |||||
| * | | Add py32-hal to documentation | decaday | 2025-03-19 | 2 | -1/+4 |
| |/ | |||||
| * | Add mpfs-hal references to docs | Alex Charlton | 2025-03-06 | 2 | -0/+3 |
| | | |||||
| * | doc: Fix "the the" | Ronald Weber | 2025-02-19 | 1 | -1/+1 |
| | | |||||
| * | Fix typos in docs | Owen Brooks | 2025-02-11 | 3 | -3/+3 |
| | | |||||
| * | Fix typo in getting started docs | Graic | 2025-02-01 | 1 | -1/+1 |
| | | |||||
| * | Add __pender error to the FAQ | Dániel Buga | 2025-01-21 | 1 | -0/+14 |
| | | |||||
| * | Fix typo | Diego Barrios Romero | 2025-01-11 | 1 | -1/+1 |
| | | |||||
| * | docs: add intro to embassy by therustybits | Ulf Lilleengen | 2025-01-10 | 1 | -0/+1 |
| | | |||||
| * | Update faq | Dániel Buga | 2024-12-30 | 1 | -12/+3 |
| | | |||||
| * | Rename ETQD, bump date | Dániel Buga | 2024-12-22 | 1 | -3/+3 |
| | | |||||
| * | Make `integrated-timers` the default, remove Cargo feature. | Dario Nieuwenhuis | 2024-12-15 | 1 | -2/+2 |
| | | |||||
| * | docs: add an faq on bootloader failures | Badr Bouslikhin | 2024-12-05 | 1 | -0/+46 |
| | | |||||
| * | Release embassy-executor 0.6.3. | Dario Nieuwenhuis | 2024-11-12 | 1 | -1/+1 |
| | | |||||
| * | add simple-robot to Embassy in the wild | rafael | 2024-11-10 | 1 | -0/+2 |
| | | |||||
| * | fix spelling | ckrenslehner | 2024-10-25 | 1 | -1/+1 |
| | | |||||
| * | Update embassy Cargo.toml section in new_project.adoc | ckrenslehner | 2024-10-25 | 1 | -3/+15 |
| | | | | Embassy is already published to crates.io 🍾 | ||||
| * | Merge pull request #3460 from bugadani/keepawake | Dario Nieuwenhuis | 2024-10-25 | 1 | -0/+13 |
| |\ | | | | | Explain how to keep the executor awake | ||||
| | * | Explain how to keep the executor awake | Dániel Buga | 2024-10-25 | 1 | -0/+13 |
| | | | |||||
| * | | Update overview.adoc | ckrenslehner | 2024-10-25 | 1 | -2/+2 |
| |/ | |||||
