| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 2 | -5/+5 |
| | | |||||
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 4 | -7/+7 |
| | | |||||
| * | Load all crates in the graph, honor the "publish" flag to prevent publishing ↵ | Dario Nieuwenhuis | 2025-08-25 | 5 | -0/+30 |
| | | | | | examples/tests. | ||||
| * | chore: update metapac and prepare embassy-stm32 0.3.0 | Ulf Lilleengen | 2025-08-12 | 3 | -3/+3 |
| | | |||||
| * | book: Suggest Picotool for RP chips instead of elf2uf2-rs | Rob Wells | 2025-08-12 | 1 | -5/+5 |
| | | |||||
| * | chore: bump nrf and rp hal versions | Ulf Lilleengen | 2025-08-04 | 1 | -1/+1 |
| | | |||||
| * | chore: prepare embassy-executor 0.8 release | Ulf Lilleengen | 2025-07-31 | 2 | -2/+2 |
| | | |||||
| * | 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 | ||||
| * | | chore: release embassy-nrf 0.5.0 and embassy-rp 0.6.0 | Ulf Lilleengen | 2025-07-16 | 1 | -1/+1 |
| | | | |||||
| * | | chore: update to `embassy-nrf` v0.4.0 | Ulf Lilleengen | 2025-07-14 | 1 | -1/+1 |
| | | | |||||
| * | | Revert "chore: update to `embassy-nrf` v0.4.0" | Ulf Lilleengen | 2025-07-14 | 1 | -1/+1 |
| | | | | | | | | | This reverts commit 1df59ffec4eed74ade4086da496a32d376e4190a. | ||||
| * | | chore: update to `embassy-nrf` v0.4.0 | Ulf Lilleengen | 2025-07-14 | 1 | -1/+1 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Add syntax highlighter | paul fornage | 2025-06-20 | 1 | -0/+1 |
| | | | |||||
| * | | doc: add high-level embassy-boot a-b info | 9names | 2025-06-01 | 1 | -0/+7 |
| |/ | |||||
| * | Update defmt dependencies | Yuri Astrakhan | 2025-05-18 | 5 | -15/+15 |
| | | |||||
| * | 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 | 3 | -4/+5 |
| | | | | | 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 |
| | | |||||
| * | Merge pull request #3870 from kkrolczyk/kk/mostly-docu-changes-and-examples-fix | Dario Nieuwenhuis | 2025-02-11 | 6 | -5/+11 |
| |\ | | | | | dfu documentation update, fix a couple issues | ||||
| | * | fix: layer-by-layer examples | Krzysztof Królczyk | 2025-02-11 | 6 | -5/+11 |
| | | | | | | | | | | | | | | | | | | | | | closes: #3794 #3793 Remove 'blinky-irq' from workspace. During linking from workspace level - embassy-stm32 and example code redefine EXTI15_10 symbol Building it separately, outside of workspace works Signed-off-by: Krzysztof Królczyk <[email protected]> | ||||
| | * | fix: #3760 - typo in docs | Krzysztof Królczyk | 2025-02-11 | 1 | -1/+1 |
| | | | | | | | | | Signed-off-by: Krzysztof Królczyk <[email protected]> | ||||
| * | | 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 |
| | | |||||
| * | Update doc projects deps, don't use patch.crates-io | Dario Nieuwenhuis | 2025-01-15 | 6 | -45/+33 |
| | | |||||
| * | 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 |
| | | |||||
| * | Release embassy-stm32 v0.2.0 | Dario Nieuwenhuis | 2025-01-10 | 3 | -3/+3 |
| | | |||||
| * | Create embassy-nrf 0.3.1 | Ulf Lilleengen | 2025-01-09 | 1 | -1/+1 |
| | | |||||
| * | Update cyw43, nrf, rp hals and embassy-boot | Ulf Lilleengen | 2025-01-06 | 1 | -1/+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 |
| | | |||||
