aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
diff options
context:
space:
mode:
authorliebman <[email protected]>2025-12-19 07:58:01 -0800
committerliebman <[email protected]>2025-12-19 08:20:58 -0800
commit941707372099ae5b82e8adf48ec4d0470a1642de (patch)
tree77fe36797942a3f1bba868bb3fd7229077bef528 /embassy-stm32
parent9008e4ca79a8cea093484f09d02c9ca67e7e2b1f (diff)
update low-power: stm32wl5x update stm32-metapac
Diffstat (limited to 'embassy-stm32')
-rw-r--r--embassy-stm32/Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index 27f26df28..55eba2695 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -200,11 +200,13 @@ aligned = "0.4.1"
200heapless = "0.9.1" 200heapless = "0.9.1"
201 201
202#stm32-metapac = { version = "18" } 202#stm32-metapac = { version = "18" }
203stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-658588478e426d68090a59ff8385bce5b407c2bc" } 203stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-c0123f4251e21282c3f26114d2f6f9360c1191f1" }
204#stm32-metapac = { path = "../../stm32-data/build/stm32-metapac" }
204 205
205[build-dependencies] 206[build-dependencies]
206#stm32-metapac = { version = "18", default-features = false, features = ["metadata"]} 207#stm32-metapac = { version = "18", default-features = false, features = ["metadata"]}
207stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-658588478e426d68090a59ff8385bce5b407c2bc", default-features = false, features = ["metadata"] } 208stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-c0123f4251e21282c3f26114d2f6f9360c1191f1", default-features = false, features = ["metadata"] }
209#stm32-metapac = { path = "../../stm32-data/build/stm32-metapac", default-features = false, features = ["metadata"] }
208 210
209proc-macro2 = "1.0.36" 211proc-macro2 = "1.0.36"
210quote = "1.0.15" 212quote = "1.0.15"