aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* fix spellingckrenslehner2024-10-251-1/+1
|
* Update embassy Cargo.toml section in new_project.adocckrenslehner2024-10-251-3/+15
| | | Embassy is already published to crates.io 🍾
* Merge pull request #3460 from bugadani/keepawakeDario Nieuwenhuis2024-10-251-0/+13
|\ | | | | Explain how to keep the executor awake
| * Explain how to keep the executor awakeDániel Buga2024-10-251-0/+13
| |
* | Update overview.adocckrenslehner2024-10-251-2/+2
|/
* Merge pull request #3366 from kingofpayne/mainUlf Lilleengen2024-09-231-2/+1
|\ | | | | | | Fixed signature script in bootloader documentation
| * Fixed signature script in bootloader documentationOlivier Hériveaux2024-09-231-2/+1
| |
* | boot: flash-erase-zero (#3344)kingofpayne2024-09-161-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 sectionSüha Ünüvar2024-09-111-0/+4
|
* Update faq.adoc - "code doesn't work in release mode" (#3267)James Munns2024-08-181-1/+11
| | | Add debugging tips from chat
* add one more embassy in the wild example (#3262)rafael2024-08-171-0/+2
|
* prepare release embassy-executorUlf Lilleengen2024-08-052-2/+2
|
* Prepare for embassy-nrf releaseUlf Lilleengen2024-08-051-1/+1
|
* Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
|
* Updated cargo toml section links.Mark Tomlin2024-07-223-5/+5
|
* Updated github branch from `master` to `main`.Mark Tomlin2024-07-224-4/+4
|
* Merge pull request #3159 from kalkyl/shared-busJames Munns2024-07-181-1/+5
|\ | | | | | | Add example for shared I2C and SPI buses
| * Add link to example in bookkalkyl2024-07-081-1/+5
| |
* | add faqrafael2024-07-081-0/+4
|/
* Add more docs and cross-linkskalkyl2024-07-082-1/+4
|
* docs: Fix mention of ExtiInputJ. Neuschäfer2024-06-271-1/+1
| | | | The struct is called ExtiInput, not ExtiButton.
* Merge pull request #3062 from kkrolczyk/kk/bootloader-typosDario Nieuwenhuis2024-06-101-1/+4
|\ | | | | | | fix docu typos, linker addr example
| * stm32/docs: correct typos, linksKrzysztof Królczyk2024-06-101-1/+4
| | | | | | | | Signed-off-by: Krzysztof Królczyk <[email protected]>
* | prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-041-1/+1
|/
* fix broken links to embassy bookUlf Lilleengen2024-06-032-2/+2
|
* docs: faq: Fix link to bdma example and improve wording.Priit Laes2024-05-281-5/+5
|
* Update docs/pages/faq.adocJames Munns2024-05-251-1/+1
|
* FAQ: One vs Many tasksJames Munns2024-05-251-0/+24
| | | Copy and paste from chat
* Explicitly license the book prose CC-BY-SAJames Munns2024-05-231-0/+20
| | | | This matches the Rust Embedded books
* update crate pathsUlf Lilleengen2024-05-212-5/+5
|
* fix internal refsUlf Lilleengen2024-05-212-5/+5
|
* update linksUlf Lilleengen2024-05-213-3/+3
|
* add book ci scriptUlf Lilleengen2024-05-212-5/+5
|
* move images and add makefileUlf Lilleengen2024-05-219-21/+11
|
* convert from antora to asciidoctorUlf Lilleengen2024-05-2141-31/+93
|
* Fix typo in sharing_peripherals.adocCharles Cabergs2024-05-201-1/+1
|
* Merge pull request #2897 from andelf/add-ch32-hal-to-listDario Nieuwenhuis2024-05-202-0/+3
|\ | | | | Add ch32-hal to HAL list, support WCH's CH32V family
| * Add ch32-hal to HAL listAndelf2024-05-012-0/+3
| |
* | FAQ: Fix section nestingJames Munns2024-05-171-2/+2
| |
* | FAQ: "How to add support for a new chip"James Munns2024-05-171-0/+19
| | | | | | This adds an opinionated process for supporting a brand new (family of) chip(s) in Embassy.
* | Update docs/modules/ROOT/pages/faq.adocJames Munns2024-05-121-0/+2
| |
* | FAQ: add `patch.crates-io` exampleJames Munns2024-05-121-0/+22
| |
* | add example for bdmaPegasis2024-05-031-2/+10
|/
* Merge pull request #2844 from Dygear/doc-updatesDario Nieuwenhuis2024-04-262-0/+4
|\ | | | | | | Link back to Cargo.toml section.
| * Update sharing_peripherals.adocMark Tomlin2024-04-221-2/+2
| | | | | | Fixed Typo.
| * Update time_keeping.adocMark Tomlin2024-04-221-2/+2
| | | | | | Fixed Typo.
| * Update sharing_peripherals.adocMark Tomlin2024-04-191-0/+2
| |
| * Update time_keeping.adocMark Tomlin2024-04-191-0/+2
| |
* | doc: add RMK to embassy in the wildHaobo Gu2024-04-251-0/+3
| | | | | | | | Signed-off-by: Haobo Gu <[email protected]>
* | Add USB debugging section to FAQJoël Schulz-Ansres2024-04-221-0/+20
|/