aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT/examples/layer-by-layer/blinky-pac/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* convert from antora to asciidoctorUlf Lilleengen2024-05-211-14/+0
|
* stm32: use stm32-metapac from crates.io, remove stm32-data submodule.Dario Nieuwenhuis2023-03-201-1/+1
|
* all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-071-0/+1
| | | | Closes: https://github.com/embassy-rs/embassy/issues/1002
* Add documentation about the different embassy abstraction layersUlf Lilleengen2022-02-231-0/+13
The guide demonstrates the functionality offered by each layer in Embassy, using code examples.