aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/Cargo.toml
diff options
context:
space:
mode:
authorxoviat <[email protected]>2025-11-09 17:09:46 -0600
committerxoviat <[email protected]>2025-11-09 17:09:46 -0600
commit35f469cd603bc5a29e37d7d7e39e13d287404a4d (patch)
tree8fb73e4bc2e7694315835d3dc6bcad3cbe21de90 /embassy-stm32/Cargo.toml
parentfb5a510d0d0f455f34c971db05c6a7044be85371 (diff)
update pac
Diffstat (limited to 'embassy-stm32/Cargo.toml')
-rw-r--r--embassy-stm32/Cargo.toml18
1 files changed, 11 insertions, 7 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index 7c64c3e17..5127ef3fa 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -177,8 +177,6 @@ cortex-m = "0.7.6"
177futures-util = { version = "0.3.30", default-features = false } 177futures-util = { version = "0.3.30", default-features = false }
178sdio-host = "0.9.0" 178sdio-host = "0.9.0"
179critical-section = "1.1" 179critical-section = "1.1"
180#stm32-metapac = { version = "18" }
181stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-b9f6b0c542d85ee695d71c35ced195e0cef51ac0" }
182 180
183vcell = "0.1.3" 181vcell = "0.1.3"
184nb = "1.0.0" 182nb = "1.0.0"
@@ -198,17 +196,23 @@ block-device-driver = { version = "0.2" }
198aligned = "0.4.1" 196aligned = "0.4.1"
199heapless = "0.9.1" 197heapless = "0.9.1"
200 198
199#stm32-metapac = { version = "18" }
200stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-22374e3344a2c9150b9b3d4da45c03f398fdc54e" }
201
202[build-dependencies]
203#stm32-metapac = { version = "18", default-features = false, features = ["metadata"]}
204stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-22374e3344a2c9150b9b3d4da45c03f398fdc54e", default-features = false, features = ["metadata"] }
205
206proc-macro2 = "1.0.36"
207quote = "1.0.15"
208
209
201[dev-dependencies] 210[dev-dependencies]
202critical-section = { version = "1.1", features = ["std"] } 211critical-section = { version = "1.1", features = ["std"] }
203proptest = "1.5.0" 212proptest = "1.5.0"
204proptest-state-machine = "0.3.0" 213proptest-state-machine = "0.3.0"
205 214
206[build-dependencies]
207proc-macro2 = "1.0.36"
208quote = "1.0.15"
209 215
210#stm32-metapac = { version = "18", default-features = false, features = ["metadata"]}
211stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-b9f6b0c542d85ee695d71c35ced195e0cef51ac0", default-features = false, features = ["metadata"] }
212 216
213[features] 217[features]
214default = ["rt"] 218default = ["rt"]