| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | | | 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 | |
| | | ||||||
| * | prepare release embassy-executor | Ulf Lilleengen | 2024-08-05 | 2 | -2/+2 | |
| | | ||||||
| * | Prepare for embassy-nrf release | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 | |
| | | ||||||
| * | Prepare embassy-time release | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 | |
| | | ||||||
| * | 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. | |||||
| * | Merge pull request #3062 from kkrolczyk/kk/bootloader-typos | Dario Nieuwenhuis | 2024-06-10 | 1 | -1/+4 | |
| |\ | | | | | | | fix docu typos, linker addr example | |||||
| | * | stm32/docs: correct typos, links | Krzysztof Królczyk | 2024-06-10 | 1 | -1/+4 | |
| | | | | | | | | | Signed-off-by: Krzysztof Królczyk <[email protected]> | |||||
| * | | prepare for embassy-time 0.3.1 release | Ulf Lilleengen | 2024-06-04 | 1 | -1/+1 | |
| |/ | ||||||
| * | fix broken links to embassy book | Ulf Lilleengen | 2024-06-03 | 2 | -2/+2 | |
| | | ||||||
| * | docs: faq: Fix link to bdma example and improve wording. | Priit Laes | 2024-05-28 | 1 | -5/+5 | |
| | | ||||||
| * | Update docs/pages/faq.adoc | James Munns | 2024-05-25 | 1 | -1/+1 | |
| | | ||||||
| * | FAQ: One vs Many tasks | James Munns | 2024-05-25 | 1 | -0/+24 | |
| | | | | Copy and paste from chat | |||||
| * | Explicitly license the book prose CC-BY-SA | James Munns | 2024-05-23 | 1 | -0/+20 | |
| | | | | | This matches the Rust Embedded books | |||||
| * | update crate paths | Ulf Lilleengen | 2024-05-21 | 2 | -5/+5 | |
| | | ||||||
| * | fix internal refs | Ulf Lilleengen | 2024-05-21 | 2 | -5/+5 | |
| | | ||||||
| * | update links | Ulf Lilleengen | 2024-05-21 | 3 | -3/+3 | |
| | | ||||||
| * | add book ci script | Ulf Lilleengen | 2024-05-21 | 2 | -5/+5 | |
| | | ||||||
| * | move images and add makefile | Ulf Lilleengen | 2024-05-21 | 9 | -21/+11 | |
| | | ||||||
| * | convert from antora to asciidoctor | Ulf Lilleengen | 2024-05-21 | 41 | -31/+93 | |
| | | ||||||
| * | Fix typo in sharing_peripherals.adoc | Charles Cabergs | 2024-05-20 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #2897 from andelf/add-ch32-hal-to-list | Dario Nieuwenhuis | 2024-05-20 | 2 | -0/+3 | |
| |\ | | | | | Add ch32-hal to HAL list, support WCH's CH32V family | |||||
| | * | Add ch32-hal to HAL list | Andelf | 2024-05-01 | 2 | -0/+3 | |
| | | | ||||||
| * | | FAQ: Fix section nesting | James Munns | 2024-05-17 | 1 | -2/+2 | |
| | | | ||||||
| * | | FAQ: "How to add support for a new chip" | James Munns | 2024-05-17 | 1 | -0/+19 | |
| | | | | | | | This adds an opinionated process for supporting a brand new (family of) chip(s) in Embassy. | |||||
| * | | Update docs/modules/ROOT/pages/faq.adoc | James Munns | 2024-05-12 | 1 | -0/+2 | |
| | | | ||||||
| * | | FAQ: add `patch.crates-io` example | James Munns | 2024-05-12 | 1 | -0/+22 | |
| | | | ||||||
| * | | add example for bdma | Pegasis | 2024-05-03 | 1 | -2/+10 | |
| |/ | ||||||
| * | Merge pull request #2844 from Dygear/doc-updates | Dario Nieuwenhuis | 2024-04-26 | 2 | -0/+4 | |
| |\ | | | | | | | Link back to Cargo.toml section. | |||||
| | * | Update sharing_peripherals.adoc | Mark Tomlin | 2024-04-22 | 1 | -2/+2 | |
| | | | | | | | Fixed Typo. | |||||
