diff options
| author | Joshua Salzedo <[email protected]> | 2021-04-01 13:32:01 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-01 13:32:01 -0700 |
| commit | 74e45b0890a28365efd4145a0974662e261e1a64 (patch) | |
| tree | 8e9a0c6485d0fdd57301238295eda559562ba08c /Cargo.example.toml | |
| parent | 958425a692f7eab5fea9a3d3d44dc505ffce0024 (diff) | |
Purge outdated references
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
Diffstat (limited to 'Cargo.example.toml')
| -rw-r--r-- | Cargo.example.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.example.toml b/Cargo.example.toml index c946a460d..0eae8748f 100644 --- a/Cargo.example.toml +++ b/Cargo.example.toml | |||
| @@ -29,9 +29,6 @@ members = [ | |||
| 29 | 29 | ||
| 30 | # stm32 | 30 | # stm32 |
| 31 | #"embassy-stm32", | 31 | #"embassy-stm32", |
| 32 | #"embassy-stm32f4", | ||
| 33 | #"embassy-stm32l0", | ||
| 34 | #"embassy-stm32f4-examples", | ||
| 35 | 32 | ||
| 36 | # rp2040 | 33 | # rp2040 |
| 37 | #"embassy-rp", | 34 | #"embassy-rp", |
