aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|/
* Update layer_by_layer.adocOleksandr Kuksenko2024-04-191-1/+1
| | | Fixed typo
* FAQ: Common STM32 stumbling blocksJames Munns2024-04-161-0/+31
| | | | | Adds some commonly encountered issues. Help wanted: if anyone has a working BDMA linker script setup, it would be good to add here.
* Merge pull request #2741 from schmettow/patch-1Dario Nieuwenhuis2024-04-041-0/+8
|\ | | | | | | Added YLab project to "in the wild"
| * Update embassy_in_the_wild.adocschmettow2024-03-281-1/+1
| | | | | | corrected link to Ystudio project
| * Added YLab project to "in the wild"schmettow2024-03-261-0/+8
| | | | | | YLab uses Embassy
* | Update faq.adocDavid Zwart2024-04-031-2/+2
| |
* | Update faq.adoc David Zwart2024-04-031-0/+2
| | | | | | github link
* | Update faq.adoc with memory.x definition helping handDavid Zwart2024-04-031-0/+21
|/
* docs: update broken reference in basic_application.adocAndreas Schmidt2024-03-011-1/+1
|
* docs: update basic example references in basic_application.adocAndreas Schmidt2024-02-291-11/+2
|
* Documented rp2040 probe-rs info bug, linked to new_project pageBarnaby Walters2024-02-281-0/+3
|
* grammar fixBarnaby Walters2024-02-281-1/+1
|
* [docs] Added some failure modes to watch out forBarnaby Walters2024-02-281-7/+21
| | | | | | | * Linked to probe.rs website rather than the crates.io page * Fixed some formatting errors (>:( grrr asciidoc) * Added cargo add probe-rs failure mode * Added pico-w vs pico blinky failure mode
* Update docs/modules/ROOT/pages/faq.adocJames Munns2024-02-131-1/+1
|
* FAQ add hint to embassy-time linker error to include HAL in linkingRalf2024-02-131-0/+7
|
* Merge pull request #2354 from AdinAck/docs-generation-1Ulf Lilleengen2024-02-092-9/+25
|\ | | | | | | Add Generation Repos to Docs
| * add some generation resources, add some feature descriptionsAdin Ackerman2023-12-242-9/+25
| |
* | faq: embassy-time was split into three packages, update faq accordinglyPriit Laes2024-02-091-3/+6
| | | | | | | | | | I ran into this issue when I had to pull in embassy-nrf from git, though cargo didn't complain about conflicting embassy-time links.
* | faq: Nightly is not required anymorePriit Laes2024-02-091-2/+1
| |
* | faq: Fix typoPriit Laes2024-02-091-2/+4
| |
* | docs: fix bullet point indentationUlf Lilleengen2024-02-051-1/+1
| |
* | docs: Embassy in the wild - add air quality monitoring systemMatous Hybl2024-02-031-0/+2
| |
* | Update docs/modules/ROOT/pages/faq.adocJames Munns2024-01-301-1/+1
| |
* | Add some comments from chatJames Munns2024-01-301-0/+18
| |
* | Fix the backticks on the getting started pageShane Snover2024-01-251-1/+1
| |
* | Update faq.adocJames Munns2024-01-231-1/+2
| | | | | | Don't suggest people disable debuginfo, and explain why
* | nrf/gpio: remove generics.Dario Nieuwenhuis2024-01-221-2/+1
| |
* | stm32/gpio: remove generics.Dario Nieuwenhuis2024-01-222-9/+8
| |
* | add extra info to stable arena usageAdin Ackerman2024-01-161-1/+18
| |