aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDion Dokter <[email protected]>2025-04-29 17:13:43 +0200
committerDion Dokter <[email protected]>2025-04-29 17:13:43 +0200
commitae59d0acf4f7c7be028b1246aaa8033015985154 (patch)
tree85acb5bfd769b4c4c724900f8cbd57e8f4789b76
parentc84d8e36323ccc7b12782ae2f7644e49b1074978 (diff)
Use generated metapac instead of local one
-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 afef5d72f..5ed5c3519 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -74,7 +74,7 @@ sdio-host = "0.9.0"
74critical-section = "1.1" 74critical-section = "1.1"
75#stm32-metapac = { version = "16" } 75#stm32-metapac = { version = "16" }
76# stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-380f03cb71f43a242adc45e83607a380ffe0447b" } 76# stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-380f03cb71f43a242adc45e83607a380ffe0447b" }
77stm32-metapac = { path = "R:/stm32-data/build/stm32-metapac" } 77stm32-metapac = { git="https://ci.embassy.dev/jobs/039aa6808ef1/artifacts/generated.git" }
78 78
79vcell = "0.1.3" 79vcell = "0.1.3"
80nb = "1.0.0" 80nb = "1.0.0"
@@ -104,7 +104,7 @@ quote = "1.0.15"
104 104
105#stm32-metapac = { version = "16", default-features = false, features = ["metadata"]} 105#stm32-metapac = { version = "16", default-features = false, features = ["metadata"]}
106# stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-380f03cb71f43a242adc45e83607a380ffe0447b", default-features = false, features = ["metadata"] } 106# stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-380f03cb71f43a242adc45e83607a380ffe0447b", default-features = false, features = ["metadata"] }
107stm32-metapac = { path = "R:/stm32-data/build/stm32-metapac", default-features = false, features = ["metadata"] } 107stm32-metapac = { git="https://ci.embassy.dev/jobs/039aa6808ef1/artifacts/generated.git", default-features = false, features = ["metadata"] }
108 108
109[features] 109[features]
110default = ["rt"] 110default = ["rt"]