aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: mention nrf54 supportUlf Lilleengen2025-12-021-1/+1
|
* readme: very minor link fixesRob Wells2025-10-291-2/+2
| | | | | | | Two links in the readme pointed to files on the master branch, which has since been renamed to main. This change alters the link to point to the files on the main branch, avoiding the "branch renamed" banner on GitHub.
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-1/+1
|
* Fix a minor formatting issue in `README.md`Nicholas Nethercote2025-05-161-2/+2
|
* chore: minor readme cleanupYuri Astrakhan2025-05-021-43/+48
| | | | use simpler markdown linking, minor grammar cleanup
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-3/+3
|
* 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-191-0/+1
|/
* Update README.md to include a reference to mpfs-halAlex Charlton2025-03-031-0/+1
|
* docs: fix esp wording and mention troubleUlf Lilleengen2025-02-131-7/+7
| | | | Fixes #3831
* fix link to embassy bookUlf Lilleengen2024-05-241-1/+1
|
* Remove "cargo install probe-rs", point users to probe.rs instead.Dario Nieuwenhuis2024-05-211-6/+1
| | | | Fixes #2965
* Add ch32-hal to HAL listAndelf2024-05-011-0/+1
|
* Fix spelling and white space mistakesVega Deftwing2024-04-111-4/+4
|
* docs: use correct link to bookUlf Lilleengen2024-02-091-1/+1
| | | | Fixes #2550
* Centralize license and MSRV boilerplate into the repo readme.Dario Nieuwenhuis2024-01-111-1/+7
|
* update MSRV in readme, nightly is no longer needed.Dario Nieuwenhuis2024-01-101-8/+2
|
* Fix lora-rs link in READMEBenjamin Ward2023-12-301-2/+1
|
* Remove embassy-lora from doc build.Dario Nieuwenhuis2023-12-041-1/+1
|
* time: Update documentation to use new after_x convenience methodsAdam Greig2023-10-151-2/+2
|
* update readmexoviat2023-07-221-0/+5
|
* Add notes about setting chip name correctly for examples.Adam Greig2023-07-221-0/+6
|
* Update readmeDario Nieuwenhuis2023-06-291-2/+2
|
* README fixes.Dario Nieuwenhuis2023-05-311-8/+1
|
* Remove legacy LoRa drivers.ceekdee2023-04-271-1/+1
|
* Switch from probe-run to probe-rs-cli.Dario Nieuwenhuis2023-04-261-2/+2
| | | | | - probe-run screwed up the last release 2 weeks ago and it's still not fixed (issue 391). Doesn't look well maintained. - Even when it's not broken, it lags behind probe-rs-cli in new chips support because it's slow in updating probe-rs.
* readme: add embassy-rpDario Nieuwenhuis2023-03-051-0/+1
|
* Add embassy-esp READMEScott Mabin2023-03-021-0/+3
|
* Rename examples/nrf to examples/nrf52840Dominik Boehi2023-01-091-3/+4
|
* Initial add for sx126xceekdee2022-09-271-1/+1
|
* Update documentation linkDaniel Bevenius2022-09-031-1/+1
| | | | | This commit updates the documentation link which currently results in a 404 Not Found.
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-3/+3
|
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-171-1/+3
|
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-6/+6
|
* Ignore compiling rust codeUlf Lilleengen2022-06-151-5/+6
|
* Ensure links get formatted correctly in cargo docUlf Lilleengen2022-06-151-1/+1
|
* Include README.md in crate documentationUlf Lilleengen2022-06-151-2/+2
|
* More README fix.Dario Nieuwenhuis2022-04-191-1/+1
|
* Readme formatting fix.Dario Nieuwenhuis2022-04-191-10/+9
|
* Readme fix.Dario Nieuwenhuis2022-04-191-1/+0
|
* New README.Dario Nieuwenhuis2022-04-191-39/+90
|
* traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.Dario Nieuwenhuis2022-01-271-9/+0
|
* Some notes in the readme about docsUlf Lilleengen2021-12-131-2/+5
|
* Rust Analyzer documentationhuntc2021-12-091-4/+21
| | | | | | Intends to clarify how to make Embassy usable from within Visual Studio Code by assuming the presence of the Rust Analyzer. Note that IntelliJ does not support the Rust Analyzer, so an open question remains as to the whether this is a good move. If it turns out not to be a good move then we should still look at clarifying the use of a workspace file.
* Extend SAADC one shot supporthuntc2021-10-091-0/+2
| | | | | | | | One-shot mode now permits the sampling of differential pins, and the sampling of multiple pins simultaneously. A new ChannelConfig structure has been introduced so that multiple channels can be configured individually. Further, the `sample` method now accepts a buffer into which samples are written. Along the way, I've reset some default configuration to align with Nordic's settings in their nrfx saadc driver. Specifically, the channel gain defaults to 6 (from 4) and the time defaults to 10us (from 20us).
* Trivial to trigger checks from CI.Bob McWhirter2021-07-281-0/+1
|
* Improve examples section of readmeRukai2021-06-051-4/+14
|
* readme: add wiki linkxoviat2021-03-221-1/+2
|
* Fix probe-run install commandVadim Kaushan2021-03-141-1/+1
|