aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT/examples/basic
Commit message (Collapse)AuthorAgeFilesLines
* all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-071-0/+1
| | | | Closes: https://github.com/embassy-rs/embassy/issues/1002
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-182-2/+3
|
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-171-2/+3
|
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-292-5/+5
|
* Add env DEFMT_LOG=trace to all examples.Dario Nieuwenhuis2022-06-181-0/+3
|
* Run rustfmt.Dario Nieuwenhuis2022-06-121-9/+4
|
* embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features.Dario Nieuwenhuis2022-02-121-2/+2
|
* nrf/gpio: add infallible inherent methods, remove some duplication.Dario Nieuwenhuis2021-12-201-3/+2
| | | | This implements Input and Output using FlexPin, to avoid some code duplication.
* Fix doc example compileUlf Lilleengen2021-12-102-5/+7
|
* Add doc-specific example and add it to CIUlf Lilleengen2021-12-103-0/+54