aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-09-01 00:05:20 +0200
committerDario Nieuwenhuis <[email protected]>2025-09-05 16:01:29 +0200
commit683ca6595ff7f4c6f0e70e90d3cdeab13d0b1c07 (patch)
tree7c2d714f4ae66d12e66742f7b316b14d5451514f /embassy-stm32/Cargo.toml
parent90d403fd0a33ac7a3cde4fe9c417b5976b924020 (diff)
stm32/spi: update for new version numbering, add i2s support for all versions.
Diffstat (limited to 'embassy-stm32/Cargo.toml')
-rw-r--r--embassy-stm32/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index cdb4e07d1..9c2ba1f53 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -173,8 +173,8 @@ cortex-m = "0.7.6"
173futures-util = { version = "0.3.30", default-features = false } 173futures-util = { version = "0.3.30", default-features = false }
174sdio-host = "0.9.0" 174sdio-host = "0.9.0"
175critical-section = "1.1" 175critical-section = "1.1"
176stm32-metapac = { version = "18" } 176#stm32-metapac = { version = "18" }
177#stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-ecb93d42a6cbcd9e09cab74873908a2ca22327f7" } 177stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-d8432edd0406495adec19d31923584e80b8e03cb" }
178 178
179vcell = "0.1.3" 179vcell = "0.1.3"
180nb = "1.0.0" 180nb = "1.0.0"
@@ -202,8 +202,8 @@ proptest-state-machine = "0.3.0"
202proc-macro2 = "1.0.36" 202proc-macro2 = "1.0.36"
203quote = "1.0.15" 203quote = "1.0.15"
204 204
205stm32-metapac = { version = "18", default-features = false, features = ["metadata"]} 205#stm32-metapac = { version = "18", default-features = false, features = ["metadata"]}
206#stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-ecb93d42a6cbcd9e09cab74873908a2ca22327f7", default-features = false, features = ["metadata"] } 206stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-d8432edd0406495adec19d31923584e80b8e03cb", default-features = false, features = ["metadata"] }
207 207
208[features] 208[features]
209default = ["rt"] 209default = ["rt"]