aboutsummaryrefslogtreecommitdiff
path: root/docs/pages
Commit message (Collapse)AuthorAgeFilesLines
* Add docs pageJames Munns2025-12-051-0/+18
|
* docs: mention nrf54 supportUlf Lilleengen2025-12-021-2/+4
|
* Updated documentation, fixed EXTI definition issues with chips that have ↵WillaWillNot2025-11-212-2/+6
| | | | touch sensing, updated examples, added generation of convenience method to bind_interrupts for easier type erasure
* Fix docs for embassy-boot state partition sizeSteven Schulteis2025-11-181-3/+3
|
* Merge branch 'main' into mainxoviat2025-11-091-0/+2
|\
| * Add opentrig project to Embassy in the Wild pageAquarel2025-11-081-0/+2
| |
* | Add mini power supply project to Embassy in the Wild pageAquarel2025-11-081-0/+2
|/
* Add Air Quality Monitor project to Embassy in the Wild page1-rafael-12025-10-041-3/+4
|
* Update Embassy in the Wild with no_std Raspberry Pi Pico clock demonstrating ↵Carl Kadie2025-09-061-0/+4
| | | | | layered Embassy tasks (I also added a note that newer entries are at the top. If this isn't right, let me know or change.)
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-4/+4
|
* book: Suggest Picotool for RP chips instead of elf2uf2-rsRob Wells2025-08-121-5/+5
|
* Merge pull request #4259 from natevw/patch-1Dario Nieuwenhuis2025-07-241-1/+1
|\ | | | | | | Update layer_by_layer.adoc to clarify PAC limitations
| * Update layer_by_layer.adoc to clarify PAC limitationsNathan Vander Wilt2025-05-271-1/+1
| | | | | | proposed fix for #4226, re. https://github.com/embassy-rs/embassy/issues/4226#issuecomment-2908772500
* | Link to esp-generateDániel Buga2025-07-021-0/+2
| |
* | Correct esp-hal linkDániel Buga2025-06-241-1/+1
| |
* | doc: add high-level embassy-boot a-b info9names2025-06-011-0/+7
|/
* Add UART and DMA driversFelipe Balbi2025-05-151-0/+2
| | | | | Both blocking and async versions are supported. Add separate examples for each mode.
* Merge branch 'main' into add-rngDario Nieuwenhuis2025-05-131-0/+1
|\
| * Add embassy-imxrt CRC driverFelipe Balbi2025-05-091-1/+1
| |
* | Add embassy-imxrt RNG driverFelipe Balbi2025-05-091-1/+1
|/
* Merge pull request #4170 from ↵Ulf Lilleengen2025-05-091-1/+1
|\ | | | | | | | | yutannihilation/chore/fix-unsafe-attribute-rust2024 chore: Wrap `link_section` attribute in example code with `unsafe()` for compatibility with Rust 2024 edition
| * chore: Wrap link_section attribute with unsafeHiroaki Yutani2025-05-061-1/+1
| |
* | TweakHiroaki Yutani2025-05-041-1/+1
| |
* | Tweak the example `rust-toolchain.toml` in docHiroaki Yutani2025-05-041-2/+2
|/
* chore: use `probe-rs` instead of `probe-run`Yuri Astrakhan2025-05-021-1/+1
| | | | I found a few remaining deprecated `probe-run` cases.
* Fix link in faq.adocMarc Poulhiès2025-04-161-1/+1
| | | Looks like a link was using markdown instead of asciidoc.
* update documentation and examples to mention RP235x1-rafael-12025-04-133-3/+3
|
* Add embassy-imxrtFelipe Balbi2025-04-092-0/+14
| | | | | Adds initial support for MIMXRT600 series MCUs from NXP. Subsequent PRs will add more drivers.
* Remove task arena FAQDániel Buga2025-03-311-23/+0
|
* Merge pull request #3966 from i509VCB/mspm0-initUlf Lilleengen2025-03-211-0/+1
|\ | | | | | | Embassy for MSPM0
| * Add docs related thingsi509VCB2025-03-191-0/+1
| |
* | Add py32-hal to documentationdecaday2025-03-192-1/+4
|/
* Add mpfs-hal references to docsAlex Charlton2025-03-062-0/+3
|
* doc: Fix "the the"Ronald Weber2025-02-191-1/+1
|
* Fix typos in docsOwen Brooks2025-02-113-3/+3
|
* Fix typo in getting started docsGraic2025-02-011-1/+1
|
* Add __pender error to the FAQDániel Buga2025-01-211-0/+14
|
* Fix typoDiego Barrios Romero2025-01-111-1/+1
|
* docs: add intro to embassy by therustybitsUlf Lilleengen2025-01-101-0/+1
|
* Update faqDániel Buga2024-12-301-12/+3
|
* Rename ETQD, bump dateDániel Buga2024-12-221-3/+3
|
* Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-151-2/+2
|
* docs: add an faq on bootloader failuresBadr Bouslikhin2024-12-051-0/+46
|
* Release embassy-executor 0.6.3.Dario Nieuwenhuis2024-11-121-1/+1
|
* add simple-robot to Embassy in the wildrafael2024-11-101-0/+2
|
* fix spellingckrenslehner2024-10-251-1/+1
|
* Update embassy Cargo.toml section in new_project.adocckrenslehner2024-10-251-3/+15
| | | Embassy is already published to crates.io 🍾
* Merge pull request #3460 from bugadani/keepawakeDario Nieuwenhuis2024-10-251-0/+13
|\ | | | | Explain how to keep the executor awake
| * Explain how to keep the executor awakeDániel Buga2024-10-251-0/+13
| |
* | Update overview.adocckrenslehner2024-10-251-2/+2
|/