Skip to content

Commit ca966f8

Browse files
authored
Merge pull request #5699 from embassy-rs/update-stm32-metapac
chore: update stm32-metapac version
2 parents 8095ff0 + a343e0a commit ca966f8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/examples/layer-by-layer/blinky-pac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
[dependencies]
99
cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
1010
cortex-m-rt = "0.7"
11-
stm32-metapac = { version = "19", features = ["stm32l475vg"] }
11+
stm32-metapac = { version = "21", features = ["stm32l475vg"] }
1212

1313
defmt = "1.0.1"
1414
defmt-rtt = "1.0.0"

embassy-stm32/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,12 @@ block-device-driver = { version = "0.2" }
206206
aligned = "0.4.3"
207207
heapless = "0.9.1"
208208

209-
# stm32-metapac = { version = "20" }
210-
stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-21b543f6cab91a2966c0a4247e418d73a87a4ae7" }
209+
stm32-metapac = { version = "21" }
210+
# stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-21b543f6cab91a2966c0a4247e418d73a87a4ae7" }
211211

212212
[build-dependencies]
213-
# stm32-metapac = { version = "20", default-features = false, features = ["metadata"]}
214-
stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-21b543f6cab91a2966c0a4247e418d73a87a4ae7", default-features = false, features = ["metadata"] }
213+
stm32-metapac = { version = "21", default-features = false, features = ["metadata"]}
214+
# stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-21b543f6cab91a2966c0a4247e418d73a87a4ae7", default-features = false, features = ["metadata"] }
215215

216216
proc-macro2 = "1.0.36"
217217
quote = "1.0.15"

examples/stm32wba/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77

88
[dependencies]
99
embassy-stm32 = { version = "0.6.0", path = "../../embassy-stm32", features = [ "defmt", "stm32wba52cg", "time-driver-any", "memory-x", "exti"] }
10-
stm32-metapac = { version = "19", features = ["stm32wba52cg"] }
10+
stm32-metapac = { version = "21", features = ["stm32wba52cg"] }
1111
embassy-stm32-wpan = { version = "0.1.0", path = "../../embassy-stm32-wpan", features = ["defmt", "stm32wba52cg", "ble-stack-basic", "linklayer-ble-basic"] }
1212
embassy-sync = { version = "0.8.0", path = "../../embassy-sync", features = ["defmt"] }
1313
embassy-executor = { version = "0.10.0", path = "../../embassy-executor", features = ["platform-cortex-m", "executor-thread", "defmt"] }

examples/stm32wba6/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77

88
[dependencies]
99
embassy-stm32 = { version = "0.6.0", path = "../../embassy-stm32", features = [ "defmt", "stm32wba65ri", "time-driver-any", "memory-x", "exti"] }
10-
stm32-metapac = { version = "19", features = ["stm32wba65ri"] }
10+
stm32-metapac = { version = "21", features = ["stm32wba65ri"] }
1111
embassy-stm32-wpan = { version = "0.1.0", path = "../../embassy-stm32-wpan", features = ["defmt", "stm32wba65ri"], optional = true }
1212
embassy-sync = { version = "0.8.0", path = "../../embassy-sync", features = ["defmt"] }
1313
embassy-executor = { version = "0.10.0", path = "../../embassy-executor", features = ["platform-cortex-m", "executor-thread", "defmt"] }

0 commit comments

Comments
 (0)