aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam <[email protected]>2024-11-27 16:52:26 +0100
committerWilliam <[email protected]>2024-11-27 16:52:26 +0100
commit7a9c4889960aa2fdc48af99d3765a6277da30e8e (patch)
tree7c97e5720d21b6bb3b9f52a9a5761535498ce877
parent0d5cd7d6920f87ee30baada3222cc537dd6f026d (diff)
stm32: Update STM32 data source
-rw-r--r--embassy-stm32/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index f6ffa29fa..09b7f805a 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -72,7 +72,7 @@ rand_core = "0.6.3"
72sdio-host = "0.5.0" 72sdio-host = "0.5.0"
73critical-section = "1.1" 73critical-section = "1.1"
74#stm32-metapac = { version = "15" } 74#stm32-metapac = { version = "15" }
75stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-04833817666290047257c65c6547d28e1bd10dc9" } 75stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-ab0ec4c19f81854189bab8215544ccd1256e1045" }
76 76
77vcell = "0.1.3" 77vcell = "0.1.3"
78nb = "1.0.0" 78nb = "1.0.0"
@@ -101,7 +101,7 @@ proc-macro2 = "1.0.36"
101quote = "1.0.15" 101quote = "1.0.15"
102 102
103#stm32-metapac = { version = "15", default-features = false, features = ["metadata"]} 103#stm32-metapac = { version = "15", default-features = false, features = ["metadata"]}
104stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-04833817666290047257c65c6547d28e1bd10dc9", default-features = false, features = ["metadata"] } 104stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-ab0ec4c19f81854189bab8215544ccd1256e1045", default-features = false, features = ["metadata"] }
105 105
106[features] 106[features]
107default = ["rt"] 107default = ["rt"]