aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT
Commit message (Collapse)AuthorAgeFilesLines
* [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
* / / Update all references to `embasy-executor` to the latest versionJesse Braham2023-12-062-2/+2
|/ /
* / Moved content from the wiki to the docsBarnaby Walters2023-12-055-22/+139
|/ | | | | | | | | | | | | | | | | | | New: delaying_a_task.adoc, copied as-is from the wiki and placed in the navigation until we have a better place for it (or remove/replace it) index: Tweaked the structure, added some content from the wiki, and made some general copy edits to improve clarity. getting_started.adoc: Corrected various out-of-date information, added troubleshooting tips from the wiki, added some new information, various other small edits. basic_application.adoc: Corrected out-of-date information, various clarifications and edits. After these changes, IMO most of the content on the github wiki is no longer necessary and can be removed for clarity. The few sections I didn‘t integrate or copy over were either out of date or unfinished.
* update release version in examples and other cratesScott Mabin2023-12-041-1/+1
|
* Merge pull request #2236 from tshepang/patch-2Dario Nieuwenhuis2023-12-011-2/+11
|\ | | | | no_std and no_main can be used on stable
| * no_std and no_main can be used on stableTshepang Mbambo2023-12-011-2/+11
| |
* | runtime.adoc: typoTshepang Mbambo2023-12-011-1/+1
|/
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-3/+3
|
* Add multiple dependency error faqDániel Buga2023-11-281-0/+19
|
* Update docs/modules/ROOT/pages/faq.adocJames Munns2023-11-271-1/+1
|
* (FAQ): Add time driver noteJames Munns2023-11-271-0/+36
|
* need be -> neededAdinAck2023-11-271-1/+1
| | | Co-authored-by: Dániel Buga <[email protected]>
* it's -> itsAdinAck2023-11-271-1/+1
| | | Co-authored-by: Dániel Buga <[email protected]>
* ...Adin Ackerman2023-11-273-81/+81
|
* Update faq.adocAdin Ackerman2023-11-271-0/+125
|
* add faq for deploying to RP2040 using elf2uf2-rsjan2023-11-241-0/+13
|
* Update faq.adocUlf Lilleengen2023-11-211-2/+2
|
* Add note for XtensaDániel Buga2023-11-211-0/+1
|
* Add FAQ with one question from chatJames Munns2023-11-212-0/+25
|
* Update basic_application.adocTed Feng2023-10-181-1/+1
| | | typo: change "embassy::main" to "embassy_executor::main"
* time: Update documentation to use new after_x convenience methodsAdam Greig2023-10-151-1/+1
|
* Release embassy-time 0.1.4Dániel Buga2023-10-121-1/+1
|
* docs: minor doc improvements and cleanupUlf Lilleengen2023-10-037-12/+33
|
* update docsxoviat2023-09-164-7/+84
|
* Bump executor crate version to 0.3.0Dániel Buga2023-08-232-2/+2
|
* stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-191-14/+10
|