diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-11 22:05:01 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-11 22:05:01 +0100 |
| commit | b3ab2d91f7ed48e6a377661e7e504cb0ae0091a3 (patch) | |
| tree | 9ee671ed24e713bca3c42be2398ffb02a678d0a7 | |
| parent | 75835f4c742a21d01cdeef8d0e7ca1c53e418105 (diff) | |
stm32: use released metapac.
| -rw-r--r-- | embassy-stm32/Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index 60fc86135..452b0a84f 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml | |||
| @@ -58,7 +58,8 @@ futures = { version = "0.3.17", default-features = false, features = ["async-awa | |||
| 58 | rand_core = "0.6.3" | 58 | rand_core = "0.6.3" |
| 59 | sdio-host = "0.5.0" | 59 | sdio-host = "0.5.0" |
| 60 | critical-section = "1.1" | 60 | critical-section = "1.1" |
| 61 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-656ecf6714fa34fdfb3b3e2f2cd034bffed3f303" } | 61 | stm32-metapac = { version = "15" } |
| 62 | #stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-656ecf6714fa34fdfb3b3e2f2cd034bffed3f303" } | ||
| 62 | vcell = "0.1.3" | 63 | vcell = "0.1.3" |
| 63 | bxcan = "0.7.0" | 64 | bxcan = "0.7.0" |
| 64 | nb = "1.0.0" | 65 | nb = "1.0.0" |
| @@ -76,7 +77,8 @@ critical-section = { version = "1.1", features = ["std"] } | |||
| 76 | [build-dependencies] | 77 | [build-dependencies] |
| 77 | proc-macro2 = "1.0.36" | 78 | proc-macro2 = "1.0.36" |
| 78 | quote = "1.0.15" | 79 | quote = "1.0.15" |
| 79 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-656ecf6714fa34fdfb3b3e2f2cd034bffed3f303", default-features = false, features = ["metadata"]} | 80 | stm32-metapac = { version = "15", default-features = false, features = ["metadata"]} |
| 81 | #stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-656ecf6714fa34fdfb3b3e2f2cd034bffed3f303", default-features = false, features = ["metadata"]} | ||
| 80 | 82 | ||
| 81 | 83 | ||
| 82 | [features] | 84 | [features] |
