aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT/examples/layer-by-layer/blinky-async
Commit message (Collapse)AuthorAgeFilesLines
* convert from antora to asciidoctorUlf Lilleengen2024-05-212-38/+0
|
* stm32/gpio: remove generics.Dario Nieuwenhuis2024-01-221-2/+2
|
* bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-111-1/+1
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-212-2/+1
|
* Update all references to `embasy-executor` to the latest versionJesse Braham2023-12-061-1/+1
|
* Bump executor crate version to 0.3.0Dániel Buga2023-08-231-1/+1
|
* Remove unneeded default-features=false.Dario Nieuwenhuis2023-05-291-2/+2
|
* Bump versions preparing for -macros and -executor releaseUlf Lilleengen2023-04-271-1/+1
|
* executor: add Pender, rework Cargo features.Dario Nieuwenhuis2023-04-031-1/+1
| | | | | | | | | This introduces a `Pender` struct with enum cases for thread-mode, interrupt-mode and custom callback executors. This avoids calls through function pointers when using only the thread or interrupt executors. Faster, and friendlier to `cargo-call-stack`. `embassy-executor` now has `arch-xxx` Cargo features to select the arch and to enable the builtin executors (thread and interrupt).
* 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-181-1/+1
|
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-171-2/+2
|
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-292-3/+3
|
* Run rustfmt.Dario Nieuwenhuis2022-06-121-8/+4
|
* Add documentation about the different embassy abstraction layersUlf Lilleengen2022-02-232-0/+42
The guide demonstrates the functionality offered by each layer in Embassy, using code examples.