aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* Add mpfs-hal references to docsAlex Charlton2025-03-062-0/+3
|
* doc: Fix "the the"Ronald Weber2025-02-191-1/+1
|
* Merge pull request #3870 from kkrolczyk/kk/mostly-docu-changes-and-examples-fixDario Nieuwenhuis2025-02-116-5/+11
|\ | | | | dfu documentation update, fix a couple issues
| * fix: layer-by-layer examplesKrzysztof Królczyk2025-02-116-5/+11
| | | | | | | | | | | | | | | | | | | | closes: #3794 #3793 Remove 'blinky-irq' from workspace. During linking from workspace level - embassy-stm32 and example code redefine EXTI15_10 symbol Building it separately, outside of workspace works Signed-off-by: Krzysztof Królczyk <[email protected]>
| * fix: #3760 - typo in docsKrzysztof Królczyk2025-02-111-1/+1
| | | | | | | | Signed-off-by: Krzysztof Królczyk <[email protected]>
* | 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
|
* Update doc projects deps, don't use patch.crates-ioDario Nieuwenhuis2025-01-156-45/+33
|
* Fix typoDiego Barrios Romero2025-01-111-1/+1
|
* docs: add intro to embassy by therustybitsUlf Lilleengen2025-01-101-0/+1
|
* Release embassy-stm32 v0.2.0Dario Nieuwenhuis2025-01-103-3/+3
|
* Create embassy-nrf 0.3.1Ulf Lilleengen2025-01-091-1/+1
|
* Update cyw43, nrf, rp hals and embassy-bootUlf Lilleengen2025-01-061-1/+1
|
* Update faqDániel Buga2024-12-301-12/+3
|
* Rename ETQD, bump dateDániel Buga2024-12-221-3/+3
|
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-2/+2
|
* Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-152-3/+3
|
* docs: add an faq on bootloader failuresBadr Bouslikhin2024-12-051-0/+46
|
* Release embassy-executor 0.6.3.Dario Nieuwenhuis2024-11-123-3/+3
|
* 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
| |