| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | 1 | -0/+53 | |
| |\ \ | | | | | | | [Docs] Add best practices page | |||||
| | * | | add best practices first draft | JuliDi | 2023-12-08 | 1 | -0/+53 | |
| | | | | ||||||
| * | | | 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 | 1 | -0/+9 | |
| |\ \ \ | | | | | | | | | | | | | 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 | 1 | -0/+8 | |
| | | |/ | |/| | ||||||
| * | | | 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 | 1 | -0/+179 | |
| |/ / | | | | | | | | | | | | | | | 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 | |||||
| * / | Moved content from the wiki to the docs | Barnaby Walters | 2023-12-05 | 4 | -22/+138 | |
| |/ | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | 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 | |
| | | | ||||||
| * | | runtime.adoc: typo | Tshepang Mbambo | 2023-12-01 | 1 | -1/+1 | |
| |/ | ||||||
| * | Add multiple dependency error faq | Dániel Buga | 2023-11-28 | 1 | -0/+19 | |
| | | ||||||
| * | Update docs/modules/ROOT/pages/faq.adoc | James Munns | 2023-11-27 | 1 | -1/+1 | |
| | | ||||||
| * | (FAQ): Add time driver note | James Munns | 2023-11-27 | 1 | -0/+36 | |
| | | ||||||
| * | need be -> needed | AdinAck | 2023-11-27 | 1 | -1/+1 | |
| | | | | Co-authored-by: Dániel Buga <[email protected]> | |||||
| * | it's -> its | AdinAck | 2023-11-27 | 1 | -1/+1 | |
| | | | | Co-authored-by: Dániel Buga <[email protected]> | |||||
| * | ... | Adin Ackerman | 2023-11-27 | 2 | -81/+80 | |
| | | ||||||
| * | Update faq.adoc | Adin Ackerman | 2023-11-27 | 1 | -0/+125 | |
| | | ||||||
| * | add faq for deploying to RP2040 using elf2uf2-rs | jan | 2023-11-24 | 1 | -0/+13 | |
| | | ||||||
| * | Update faq.adoc | Ulf Lilleengen | 2023-11-21 | 1 | -2/+2 | |
| | | ||||||
| * | Add note for Xtensa | Dániel Buga | 2023-11-21 | 1 | -0/+1 | |
| | | ||||||
| * | Add FAQ with one question from chat | James Munns | 2023-11-21 | 1 | -0/+24 | |
| | | ||||||
| * | Update basic_application.adoc | Ted Feng | 2023-10-18 | 1 | -1/+1 | |
| | | | | typo: change "embassy::main" to "embassy_executor::main" | |||||
| * | time: Update documentation to use new after_x convenience methods | Adam Greig | 2023-10-15 | 1 | -1/+1 | |
| | | ||||||
| * | docs: minor doc improvements and cleanup | Ulf Lilleengen | 2023-10-03 | 6 | -10/+31 | |
| | | ||||||
| * | update docs | xoviat | 2023-09-16 | 3 | -7/+82 | |
| | | ||||||
| * | Fix some typos | Dirk Stolle | 2023-05-08 | 1 | -1/+1 | |
| | | ||||||
| * | Documentation on verifying firmware | huntc | 2023-01-14 | 1 | -1/+49 | |
| | | | | | The documentation has been enhanced to describe the verification of firmware with the firmware updater. Examples have also been provided that describe how keys can be generated and how firmware can be signed. | |||||
| * | Rename examples/nrf to examples/nrf52840 | Dominik Boehi | 2023-01-09 | 1 | -1/+1 | |
| | | ||||||
| * | feat: embassy-boot for rp2040 | Ulf Lilleengen | 2022-12-02 | 1 | -0/+1 | |
| | | | | | | | | Add embassy-boot support for RP2040, with examples for the Raspberry Pi Pico. Co-authored-by: Mathias Koch <[email protected]> | |||||
| * | [doc] Remove obsolete code sample | Johannes Neyer | 2022-11-15 | 1 | -13/+0 | |
| | | ||||||
| * | [doc] Fix some grammar | Johannes Neyer | 2022-11-15 | 3 | -7/+7 | |
| | | ||||||
| * | [doc] Fix line indices of basic example | Johannes Neyer | 2022-11-15 | 1 | -4/+4 | |
| | | ||||||
| * | Add note on partition sizes to bootloader docs | Ulf Lilleengen | 2022-10-11 | 1 | -4/+13 | |
| | | | | | See #1007 | |||||
| * | Use embassy_executor::main in runtime.adoc | Daniel Bevenius | 2022-09-03 | 1 | -1/+1 | |
| | | | | | | | | This commit replaces embassy::main with embassy_executor::main in the runtime documentation page. Refs: https://embassy.dev/dev/runtime.html | |||||
| * | Rewrite documentation using correct module names | Ulf Lilleengen | 2022-08-16 | 7 | -29/+37 | |
| | | | | | | | | * Remove traits section now that we have embedded-hal-async and refer to it. * Explanation that embassy is multiple things. * Bootloader description image | |||||
| * | fix: doc: use master branch for basic example link | Jake Swensen | 2022-07-12 | 1 | -1/+1 | |
| | | ||||||
| * | Update list of families with bootloader support | Matous Hybl | 2022-05-06 | 1 | -1/+1 | |
| | | ||||||
| * | Allow using separate page sizes for state and dfu | Ulf Lilleengen | 2022-04-28 | 1 | -1/+2 | |
| | | | | | | | | * Less generics on bootloader. Keep PAGE_SIZE as a common multiple of DFU and ACTIVE page sizes. * Document restriction * Add unit tests for different page sizes | |||||
| * | Add stm32 flash + bootloader support | Ulf Lilleengen | 2022-04-27 | 1 | -0/+32 | |
| | | | | | | | | | * Add flash drivers for L0, L1, L4, WB and WL. Not tested for WB, but should be similar to WL. * Add embassy-boot-stm32 for bootloading on STM32. * Add flash examples and bootloader examples * Update stm32-data | |||||
