| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| |/ | |||||
| * | Merge pull request #3366 from kingofpayne/main | Ulf Lilleengen | 2024-09-23 | 1 | -2/+1 |
| |\ | | | | | | | Fixed signature script in bootloader documentation | ||||
| | * | Fixed signature script in bootloader documentation | Olivier Hériveaux | 2024-09-23 | 1 | -2/+1 |
| | | | |||||
| * | | boot: flash-erase-zero (#3344) | kingofpayne | 2024-09-16 | 1 | -0/+2 |
| |/ | | | | | Allow compatibility with devices whose flash erase set bytes to 0x00 instead of 0xFF, using a new flash-erase-zero feature. See issue #3342. | ||||
| * | add link to rustybits zero to async video in resources section | Süha Ünüvar | 2024-09-11 | 1 | -0/+4 |
| | | |||||
| * | Update faq.adoc - "code doesn't work in release mode" (#3267) | James Munns | 2024-08-18 | 1 | -1/+11 |
| | | | | Add debugging tips from chat | ||||
| * | add one more embassy in the wild example (#3262) | rafael | 2024-08-17 | 1 | -0/+2 |
| | | |||||
| * | Updated cargo toml section links. | Mark Tomlin | 2024-07-22 | 3 | -5/+5 |
| | | |||||
| * | Updated github branch from `master` to `main`. | Mark Tomlin | 2024-07-22 | 4 | -4/+4 |
| | | |||||
| * | Merge pull request #3159 from kalkyl/shared-bus | James Munns | 2024-07-18 | 1 | -1/+5 |
| |\ | | | | | | | Add example for shared I2C and SPI buses | ||||
| | * | Add link to example in book | kalkyl | 2024-07-08 | 1 | -1/+5 |
| | | | |||||
| * | | add faq | rafael | 2024-07-08 | 1 | -0/+4 |
| |/ | |||||
| * | Add more docs and cross-links | kalkyl | 2024-07-08 | 2 | -1/+4 |
| | | |||||
| * | docs: Fix mention of ExtiInput | J. Neuschäfer | 2024-06-27 | 1 | -1/+1 |
| | | | | | The struct is called ExtiInput, not ExtiButton. | ||||
