diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-09-01 00:05:20 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-09-05 16:01:29 +0200 |
| commit | 683ca6595ff7f4c6f0e70e90d3cdeab13d0b1c07 (patch) | |
| tree | 7c2d714f4ae66d12e66742f7b316b14d5451514f /embassy-stm32/Cargo.toml | |
| parent | 90d403fd0a33ac7a3cde4fe9c417b5976b924020 (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.toml | 8 |
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" | |||
| 173 | futures-util = { version = "0.3.30", default-features = false } | 173 | futures-util = { version = "0.3.30", default-features = false } |
| 174 | sdio-host = "0.9.0" | 174 | sdio-host = "0.9.0" |
| 175 | critical-section = "1.1" | 175 | critical-section = "1.1" |
| 176 | stm32-metapac = { version = "18" } | 176 | #stm32-metapac = { version = "18" } |
| 177 | #stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-ecb93d42a6cbcd9e09cab74873908a2ca22327f7" } | 177 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-d8432edd0406495adec19d31923584e80b8e03cb" } |
| 178 | 178 | ||
| 179 | vcell = "0.1.3" | 179 | vcell = "0.1.3" |
| 180 | nb = "1.0.0" | 180 | nb = "1.0.0" |
| @@ -202,8 +202,8 @@ proptest-state-machine = "0.3.0" | |||
| 202 | proc-macro2 = "1.0.36" | 202 | proc-macro2 = "1.0.36" |
| 203 | quote = "1.0.15" | 203 | quote = "1.0.15" |
| 204 | 204 | ||
| 205 | stm32-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"] } | 206 | stm32-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] |
| 209 | default = ["rt"] | 209 | default = ["rt"] |
