diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-03-20 02:11:22 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-03-20 02:38:12 +0100 |
| commit | 0b49b588a2890096f95bef2f8c6d8644acdc5401 (patch) | |
| tree | 59bfd1e3383d02d1f0cfccd6105ee23581e43e68 /docs/modules/ROOT | |
| parent | b6663a013f8632cefbc6d6ab9a9aa7afbcd1314b (diff) | |
stm32: use stm32-metapac from crates.io, remove stm32-data submodule.
Diffstat (limited to 'docs/modules/ROOT')
| -rw-r--r-- | docs/modules/ROOT/examples/layer-by-layer/Cargo.toml | 1 | ||||
| -rw-r--r-- | docs/modules/ROOT/examples/layer-by-layer/blinky-pac/Cargo.toml | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/docs/modules/ROOT/examples/layer-by-layer/Cargo.toml b/docs/modules/ROOT/examples/layer-by-layer/Cargo.toml index 9048d9302..943249a17 100644 --- a/docs/modules/ROOT/examples/layer-by-layer/Cargo.toml +++ b/docs/modules/ROOT/examples/layer-by-layer/Cargo.toml | |||
| @@ -10,7 +10,6 @@ members = [ | |||
| 10 | [patch.crates-io] | 10 | [patch.crates-io] |
| 11 | embassy-executor = { path = "../../../../../embassy-executor" } | 11 | embassy-executor = { path = "../../../../../embassy-executor" } |
| 12 | embassy-stm32 = { path = "../../../../../embassy-stm32" } | 12 | embassy-stm32 = { path = "../../../../../embassy-stm32" } |
| 13 | stm32-metapac = { path = "../../../../../stm32-metapac" } | ||
| 14 | 13 | ||
| 15 | [profile.release] | 14 | [profile.release] |
| 16 | codegen-units = 1 | 15 | codegen-units = 1 |
diff --git a/docs/modules/ROOT/examples/layer-by-layer/blinky-pac/Cargo.toml b/docs/modules/ROOT/examples/layer-by-layer/blinky-pac/Cargo.toml index a077f1828..f872b94cb 100644 --- a/docs/modules/ROOT/examples/layer-by-layer/blinky-pac/Cargo.toml +++ b/docs/modules/ROOT/examples/layer-by-layer/blinky-pac/Cargo.toml | |||
| @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" | |||
| 7 | [dependencies] | 7 | [dependencies] |
| 8 | cortex-m = "0.7" | 8 | cortex-m = "0.7" |
| 9 | cortex-m-rt = "0.7" | 9 | cortex-m-rt = "0.7" |
| 10 | stm32-metapac = { version = "0.1.0", features = ["stm32l475vg", "memory-x"] } | 10 | stm32-metapac = { version = "1", features = ["stm32l475vg", "memory-x"] } |
| 11 | 11 | ||
| 12 | defmt = "0.3.0" | 12 | defmt = "0.3.0" |
| 13 | defmt-rtt = "0.3.0" | 13 | defmt-rtt = "0.3.0" |
