aboutsummaryrefslogtreecommitdiff
path: root/Cargo.example.toml
Commit message (Collapse)AuthorAgeFilesLines
* Rust Analyzer documentationhuntc2021-12-091-93/+0
| | | | | | 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.
* Add missing examples to Cargo.example.tomlDario Nieuwenhuis2021-10-261-0/+6
|
* std: fold into embassy core, add non-hacky time driver.Dario Nieuwenhuis2021-08-251-1/+0
|
* Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis2021-07-291-1/+1
|
* Add L4 examples to workspace exampleDario Nieuwenhuis2021-07-141-0/+1
|
* Fix OOTB workspace issues with embassy-netDario Nieuwenhuis2021-07-141-0/+1
|
* Fix "can't find crate for std" for stm32-metapac-gen deps.Dario Nieuwenhuis2021-07-131-0/+6
|
* rp: clock setupDario Nieuwenhuis2021-06-251-1/+1
|
* Initial support and example for STM32WB55Dominik Boehi2021-06-121-0/+1
|
* Add all examples to workspace templateDario Nieuwenhuis2021-06-091-0/+2
|
* Add resolver=2 to cargo workspace exampleDario Nieuwenhuis2021-06-081-0/+2
|
* Move examples to a subdirectoryDario Nieuwenhuis2021-06-021-4/+5
|
* Add stm32-metapac crate, with codegen in rustDario Nieuwenhuis2021-05-311-0/+1
|
* cargo: add examples backxoviat2021-04-011-0/+1
|
* Purge outdated referencesJoshua Salzedo2021-04-011-3/+0
| | | | The device-specific stm HALs no longer exist as they were merged into `embassy-stm32`. This PR removes references to them in the example workspace toml
* Remove workspace Cargo.toml, add templateDario Nieuwenhuis2021-03-291-0/+75