aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelagil <[email protected]>2024-11-06 19:46:52 +0100
committerelagil <[email protected]>2024-11-06 19:46:52 +0100
commit555231aeb510ed17996c2446ad412aefd4258cb3 (patch)
treeb054815c2a0a000e174cf134bb85ee7c18c06047
parentdbba79179571251494ba1dab3640834dfbc93d5d (diff)
chore: 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 6ab6e162e..e2ba4fd60 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-9b7414490b10ffbd5beb1b0dcf14adb018cbe37f" } 75stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-7bb5f235587c3a6886a7be1c8f58fdf22c5257f3" }
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-9b7414490b10ffbd5beb1b0dcf14adb018cbe37f", default-features = false, features = ["metadata"] } 104stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-7bb5f235587c3a6886a7be1c8f58fdf22c5257f3", default-features = false, features = ["metadata"] }
105 105
106[features] 106[features]
107default = ["rt"] 107default = ["rt"]