stm32: use stm32-metapac from crates.io, remove stm32-data submodule.
This commit is contained in:
parent
b6663a013f
commit
0b49b588a2
25 changed files with 34 additions and 2636 deletions
docs/modules/ROOT/examples/layer-by-layer
|
@ -10,7 +10,6 @@ members = [
|
|||
[patch.crates-io]
|
||||
embassy-executor = { path = "../../../../../embassy-executor" }
|
||||
embassy-stm32 = { path = "../../../../../embassy-stm32" }
|
||||
stm32-metapac = { path = "../../../../../stm32-metapac" }
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
|
|
|
@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
|
|||
[dependencies]
|
||||
cortex-m = "0.7"
|
||||
cortex-m-rt = "0.7"
|
||||
stm32-metapac = { version = "0.1.0", features = ["stm32l475vg", "memory-x"] }
|
||||
stm32-metapac = { version = "1", features = ["stm32l475vg", "memory-x"] }
|
||||
|
||||
defmt = "0.3.0"
|
||||
defmt-rtt = "0.3.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue