diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-30 02:34:12 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-30 02:34:12 +0100 |
| commit | 5b2293e2b147736b9d324b1b561ae4227e057a04 (patch) | |
| tree | 75038802fce672c43ef1a1fd66388dd987b86a95 | |
| parent | 3cd0a54e0e3e7dd4b480034106b8b24144d2385b (diff) | |
update stm32-metapac.
| -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 865970dfb..70d4daf09 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml | |||
| @@ -67,8 +67,8 @@ futures = { version = "0.3.17", default-features = false, features = ["async-awa | |||
| 67 | rand_core = "0.6.3" | 67 | rand_core = "0.6.3" |
| 68 | sdio-host = "0.5.0" | 68 | sdio-host = "0.5.0" |
| 69 | critical-section = "1.1" | 69 | critical-section = "1.1" |
| 70 | stm32-metapac = { version = "15" } | 70 | #stm32-metapac = { version = "15" } |
| 71 | #stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-656ecf6714fa34fdfb3b3e2f2cd034bffed3f303" } | 71 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-ab2bc2a739324793656ca1640e1caee2d88df72d" } |
| 72 | vcell = "0.1.3" | 72 | vcell = "0.1.3" |
| 73 | bxcan = "0.7.0" | 73 | bxcan = "0.7.0" |
| 74 | nb = "1.0.0" | 74 | nb = "1.0.0" |
| @@ -86,8 +86,8 @@ critical-section = { version = "1.1", features = ["std"] } | |||
| 86 | [build-dependencies] | 86 | [build-dependencies] |
| 87 | proc-macro2 = "1.0.36" | 87 | proc-macro2 = "1.0.36" |
| 88 | quote = "1.0.15" | 88 | quote = "1.0.15" |
| 89 | stm32-metapac = { version = "15", default-features = false, features = ["metadata"]} | 89 | #stm32-metapac = { version = "15", default-features = false, features = ["metadata"]} |
| 90 | #stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-656ecf6714fa34fdfb3b3e2f2cd034bffed3f303", default-features = false, features = ["metadata"]} | 90 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-ab2bc2a739324793656ca1640e1caee2d88df72d", default-features = false, features = ["metadata"]} |
| 91 | 91 | ||
| 92 | 92 | ||
| 93 | [features] | 93 | [features] |
