| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #2354 from AdinAck/docs-generation-1 | Ulf Lilleengen | 2024-02-09 | 2 | -9/+25 |
| |\ | | | | | | | Add Generation Repos to Docs | ||||
| | * | add some generation resources, add some feature descriptions | Adin Ackerman | 2023-12-24 | 2 | -9/+25 |
| | | | |||||
| * | | faq: embassy-time was split into three packages, update faq accordingly | Priit Laes | 2024-02-09 | 1 | -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 anymore | Priit Laes | 2024-02-09 | 1 | -2/+1 |
| | | | |||||
| * | | faq: Fix typo | Priit Laes | 2024-02-09 | 1 | -2/+4 |
| | | | |||||
| * | | docs: fix bullet point indentation | Ulf Lilleengen | 2024-02-05 | 1 | -1/+1 |
| | | | |||||
| * | | docs: Embassy in the wild - add air quality monitoring system | Matous Hybl | 2024-02-03 | 1 | -0/+2 |
| | | | |||||
| * | | Update docs/modules/ROOT/pages/faq.adoc | James Munns | 2024-01-30 | 1 | -1/+1 |
| | | | |||||
| * | | Add some comments from chat | James Munns | 2024-01-30 | 1 | -0/+18 |
| | | | |||||
| * | | Fix the backticks on the getting started page | Shane Snover | 2024-01-25 | 1 | -1/+1 |
| | | | |||||
| * | | Update faq.adoc | James Munns | 2024-01-23 | 1 | -1/+2 |
| | | | | | | | Don't suggest people disable debuginfo, and explain why | ||||
| * | | nrf/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 1 | -2/+1 |
| | | | |||||
| * | | stm32/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 2 | -9/+8 |
| | | | |||||
| * | | add extra info to stable arena usage | Adin Ackerman | 2024-01-16 | 1 | -1/+18 |
| | | | |||||
| * | | Added manual ISR FAQ | Barnaby Walters | 2024-01-13 | 1 | -0/+4 |
| | | | |||||
| * | | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4. | Dario Nieuwenhuis | 2024-01-11 | 2 | -3/+3 |
| | | | |||||
| * | | cleanup docs and add channel synchronization example | Ulf Lilleengen | 2024-01-10 | 5 | -55/+135 |
| | | | |||||
| * | | Merge pull request #2417 from vasilNnikolov/mutex_rp_example | Ulf Lilleengen | 2024-01-10 | 2 | -0/+79 |
| |\ \ | | | | | | | | | | Add example of pin sharing between tasks | ||||
| | * | | add draft doc page for peripheral sharing | Vasil Nikolov | 2024-01-10 | 2 | -0/+79 |
| | | | | |||||
| * | | | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 1 | -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 docs | James Munns | 2024-01-02 | 1 | -1/+7 |
| | | | |||||
| * | | Expand LoRa crate notes per PR review | Benjamin Ward | 2024-01-01 | 1 | -1/+1 |
| | | | |||||
| * | | Update docs to reflect current LoRa crate name/location | Benjamin Ward | 2023-12-30 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #2342 from embassy-rs/no-more-nightly | Dario Nieuwenhuis | 2023-12-21 | 3 | -3/+1 |
| |\ | | | | | | | ci: use beta, add secondary nightly ci. | ||||
| | * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 3 | -3/+1 |
| | | | |||||
| * | | Remove Xtensa specifier | Dániel Buga | 2023-12-21 | 1 | -1/+1 |
| |/ | |||||
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -1/+1 |
| | | |||||
| * | docs: more docs in embassy-boot crate documentation | Ulf Lilleengen | 2023-12-13 | 1 | -1/+3 |
| | | |||||
| * | Merge pull request #2263 from embassy-rs/jamesmunns-patch-2 | Dario Nieuwenhuis | 2023-12-08 | 1 | -1/+2 |
| |\ | | | | | Tweak FAQ size profile suggestions | ||||
| | * | Tweak FAQ size profile suggestions | James Munns | 2023-12-07 | 1 | -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-practices | Dario Nieuwenhuis | 2023-12-08 | 2 | -2/+56 |
| |\ \ | | | | | | | [Docs] Add best practices page | ||||
| | * | | add best practices first draft | JuliDi | 2023-12-08 | 2 | -2/+56 |
| | | | | |||||
| * | | | Merge pull request #2251 from JuliDi/faq-performance-tweaks | Dario Nieuwenhuis | 2023-12-08 | 1 | -0/+17 |
| |\ \ \ | |/ / |/| | | | | | [FAQ] Add section about speed optimization | ||||
| | * | | fix Cargo.toml and config.toml keys | JuliDi | 2023-12-05 | 1 | -4/+5 |
| | | | | |||||
| | * | | remove unnecessary backtick | JuliDi | 2023-12-04 | 1 | -1/+1 |
| | | | | |||||
| | * | | add speed optimization | JuliDi | 2023-12-04 | 1 | -0/+16 |
| | | | | |||||
| * | | | Merge pull request #2260 from barnabywalters/main | Ulf Lilleengen | 2023-12-08 | 2 | -0/+10 |
| |\ \ \ | | | | | | | | | | | | | Added Embassy in the wild docs page with links to some projects | ||||
| | * \ \ | Fixed merge conflict | Barnaby Walters | 2023-12-06 | 1 | -2/+2 |
| | |\ \ \ | |||||
| | | * | | | Update docs/modules/ROOT/pages/embassy_in_the_wild.adoc | Barnaby Walters | 2023-12-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Co-authored-by: Dániel Buga <[email protected]> | ||||
| | * | | | | Added lora-rs links | Barnaby Walters | 2023-12-06 | 1 | -1/+2 |
| | |/ / / | |||||
| | * | | | Added description for Card/IO | Barnaby Walters | 2023-12-06 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Added embassy in the wild docs page with two projects | Barnaby Walters | 2023-12-06 | 2 | -0/+9 |
| | | | | | |||||
| * | | | | Merge pull request #2261 from barnabywalters/installation | Ulf Lilleengen | 2023-12-08 | 2 | -0/+179 |
| |\ \ \ \ | |_|_|/ |/| | | | | | | | Added a step-by-step guide to starting a new embassy project | ||||
| | * | | | Changed example project name | Barnaby Walters | 2023-12-07 | 1 | -9/+8 |
| | | | | | |||||
| | * | | | Added a step-by-step guide to starting a new embassy project | Barnaby Walters | 2023-12-06 | 2 | -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 version | Jesse Braham | 2023-12-06 | 2 | -2/+2 |
| |/ / | |||||
| * / | Moved content from the wiki to the docs | Barnaby Walters | 2023-12-05 | 5 | -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 crates | Scott Mabin | 2023-12-04 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #2236 from tshepang/patch-2 | Dario Nieuwenhuis | 2023-12-01 | 1 | -2/+11 |
| |\ | | | | | no_std and no_main can be used on stable | ||||
| | * | no_std and no_main can be used on stable | Tshepang Mbambo | 2023-12-01 | 1 | -2/+11 |
| | | | |||||
