aboutsummaryrefslogtreecommitdiff
path: root/docs/modules
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Added manual ISR FAQBarnaby Walters2024-01-131-0/+4
| |
* | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-112-3/+3
| |
* | cleanup docs and add channel synchronization exampleUlf Lilleengen2024-01-105-55/+135
| |
* | Merge pull request #2417 from vasilNnikolov/mutex_rp_exampleUlf Lilleengen2024-01-102-0/+79
|\ \ | | | | | | | | | Add example of pin sharing between tasks
| * | add draft doc page for peripheral sharingVasil Nikolov2024-01-102-0/+79
| | |
* | | Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-101-1/+1
|/ / | | | | | | | | | | | | With the embedded-hal rc3 update I changed them to require `&mut self`, but in retrospect I think `&self` is better, for extra flexibility. This PR reverts the changes from the rc3 update to inherent methods.
* | [FAQ]: Link to Arena configuration docsJames Munns2024-01-021-1/+7
| |
* | Expand LoRa crate notes per PR reviewBenjamin Ward2024-01-011-1/+1
| |
* | Update docs to reflect current LoRa crate name/locationBenjamin Ward2023-12-301-1/+1
|/
* Merge pull request #2342 from embassy-rs/no-more-nightlyDario Nieuwenhuis2023-12-213-3/+1
|\ | | | | | | ci: use beta, add secondary nightly ci.
| * ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-213-3/+1
| |
* | Remove Xtensa specifierDániel Buga2023-12-211-1/+1
|/
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-141-1/+1
|
* docs: more docs in embassy-boot crate documentationUlf Lilleengen2023-12-131-1/+3
|
* Merge pull request #2263 from embassy-rs/jamesmunns-patch-2Dario Nieuwenhuis2023-12-081-1/+2
|\ | | | | Tweak FAQ size profile suggestions
| * Tweak FAQ size profile suggestionsJames Munns2023-12-071-1/+2
| | | | | | If we want the smallest binary, we probably want codegen-units = 1, and disable incremental builds.
* | Merge pull request #2265 from JuliDi/docs-best-practicesDario Nieuwenhuis2023-12-082-2/+56
|\ \ | | | | | | [Docs] Add best practices page
| * | add best practices first draftJuliDi2023-12-082-2/+56
| | |
* | | Merge pull request #2251 from JuliDi/faq-performance-tweaksDario Nieuwenhuis2023-12-081-0/+17
|\ \ \ | |/ / |/| | | | | [FAQ] Add section about speed optimization
| * | fix Cargo.toml and config.toml keysJuliDi2023-12-051-4/+5
| | |
| * | remove unnecessary backtickJuliDi2023-12-041-1/+1
| | |
| * | add speed optimizationJuliDi2023-12-041-0/+16
| | |
* | | Merge pull request #2260 from barnabywalters/mainUlf Lilleengen2023-12-082-0/+10
|\ \ \ | | | | | | | | | | | | Added Embassy in the wild docs page with links to some projects
| * \ \ Fixed merge conflictBarnaby Walters2023-12-061-2/+2
| |\ \ \
| | * | | Update docs/modules/ROOT/pages/embassy_in_the_wild.adocBarnaby Walters2023-12-061-1/+1
| | | | | | | | | | | | | | | Co-authored-by: Dániel Buga <[email protected]>
| * | | | Added lora-rs linksBarnaby Walters2023-12-061-1/+2
| |/ / /
| * | | Added description for Card/IOBarnaby Walters2023-12-061-1/+1
| | | |
| * | | Added embassy in the wild docs page with two projectsBarnaby Walters2023-12-062-0/+9
| | | |
* | | | Merge pull request #2261 from barnabywalters/installationUlf Lilleengen2023-12-082-0/+179
|\ \ \ \ | |_|_|/ |/| | | | | | | Added a step-by-step guide to starting a new embassy project
| * | | Changed example project nameBarnaby Walters2023-12-071-9/+8
| | | |
| * | | Added a step-by-step guide to starting a new embassy projectBarnaby Walters2023-12-062-0/+180
| |/ / | | | | | | | | | | | | | | | | | | | | | Based off an example, noting what to copy, what to change and why Briefly summarizing how to require embassy crates via github All steps tested and proven working at the time of writing