aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* chore: prepare nrf hals for releaseUlf Lilleengen2025-12-151-1/+1
|
* Add docs pageJames Munns2025-12-051-0/+18
|
* docs: mention nrf54 supportUlf Lilleengen2025-12-021-2/+4
|
* Reverted adding AnyBinding, removed AnyChannel, removed ability for ↵WillaWillNot2025-11-221-6/+1
| | | | ExtiInput to accept AnyPin and AnyChannel arguments, added ExtiPin trait for all pins which is lost on converstion to AnyPin and contains type-level ExtiChannel information
* Fixed broken examples/formatting reported by CIWillaWillNot2025-11-211-2/+1
|
* Updated documentation, fixed EXTI definition issues with chips that have ↵WillaWillNot2025-11-213-4/+20
| | | | 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
|/
* fix editionxoviat2025-10-291-1/+1
|
* doc: use frontpage examplexoviat2025-10-291-8/+25
| | | | ref #4776
* Edition 2024.Dario Nieuwenhuis2025-10-064-4/+4
|
* Add Air Quality Monitor project to Embassy in the Wild page1-rafael-12025-10-041-3/+4
|
* chore: prepare crate releasesUlf Lilleengen2025-09-301-1/+1
|
* 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-292-5/+5
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-264-7/+7
|
* Load all crates in the graph, honor the "publish" flag to prevent publishing ↵Dario Nieuwenhuis2025-08-255-0/+30
| | | | examples/tests.
* chore: update metapac and prepare embassy-stm32 0.3.0Ulf Lilleengen2025-08-123-3/+3
|
* book: Suggest Picotool for RP chips instead of elf2uf2-rsRob Wells2025-08-121-5/+5
|
* chore: bump nrf and rp hal versionsUlf Lilleengen2025-08-041-1/+1
|
* chore: prepare embassy-executor 0.8 releaseUlf Lilleengen2025-07-312-2/+2
|
* 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
* | chore: release embassy-nrf 0.5.0 and embassy-rp 0.6.0Ulf Lilleengen2025-07-161-1/+1
| |
* | chore: update to `embassy-nrf` v0.4.0Ulf Lilleengen2025-07-141-1/+1
| |
* | Revert "chore: update to `embassy-nrf` v0.4.0"Ulf Lilleengen2025-07-141-1/+1
| | | | | | | | This reverts commit 1df59ffec4eed74ade4086da496a32d376e4190a.
* | chore: update to `embassy-nrf` v0.4.0Ulf Lilleengen2025-07-141-1/+1
| |
* | Link to esp-generateDániel Buga2025-07-021-0/+2
| |
* | Correct esp-hal linkDániel Buga2025-06-241-1/+1
| |
* | Add syntax highlighterpaul fornage2025-06-201-0/+1
| |
* | doc: add high-level embassy-boot a-b info9names2025-06-011-0/+7
|/
* Update defmt dependenciesYuri Astrakhan2025-05-185-15/+15
|
* 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-023-4/+5
| | | | 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
|/