| Commit message (Expand) | 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 |
| * | 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 |
| * | 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 yutannihilation/chore/fix-unsafe-attribute-rust... | Ulf Lilleengen | 2025-05-09 | 1 | -1/+1 |
| |\ | |||||
| | * | 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 |
| * | Fix link in faq.adoc | Marc Poulhiès | 2025-04-16 | 1 | -1/+1 |
| * | 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 |
| * | 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 |
| |\ | |||||
| | * | 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 |
| |\ | |||||
| | * | fix: layer-by-layer examples | Krzysztof Królczyk | 2025-02-11 | 6 | -5/+11 |
| | * | fix: #3760 - typo in docs | Krzysztof Królczyk | 2025-02-11 | 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 |
| * | 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 |
| * | Prepare new embassy-time-*driver, embassy-executor, embassy-time | Dániel Buga | 2024-12-22 | 1 | -2/+2 |
| * | Make `integrated-timers` the default, remove Cargo feature. | Dario Nieuwenhuis | 2024-12-15 | 2 | -3/+3 |
| * | 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 | 3 | -3/+3 |
| * | 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 |
| * | Merge pull request #3460 from bugadani/keepawake | Dario Nieuwenhuis | 2024-10-25 | 1 | -0/+13 |
| |\ | |||||
| | * | 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 | Olivier Hériveaux | 2024-09-23 | 1 | -2/+1 |
| * | | boot: flash-erase-zero (#3344) | kingofpayne | 2024-09-16 | 1 | -0/+2 |
| |/ | |||||
