Use generated metapac instead of local one

This commit is contained in:
Dion Dokter 2025-04-29 17:13:43 +02:00
parent c84d8e3632
commit ae59d0acf4

View File

@ -74,7 +74,7 @@ sdio-host = "0.9.0"
critical-section = "1.1"
#stm32-metapac = { version = "16" }
# stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-380f03cb71f43a242adc45e83607a380ffe0447b" }
stm32-metapac = { path = "R:/stm32-data/build/stm32-metapac" }
stm32-metapac = { git="https://ci.embassy.dev/jobs/039aa6808ef1/artifacts/generated.git" }
vcell = "0.1.3"
nb = "1.0.0"
@ -104,7 +104,7 @@ quote = "1.0.15"
#stm32-metapac = { version = "16", default-features = false, features = ["metadata"]}
# stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-380f03cb71f43a242adc45e83607a380ffe0447b", default-features = false, features = ["metadata"] }
stm32-metapac = { path = "R:/stm32-data/build/stm32-metapac", default-features = false, features = ["metadata"] }
stm32-metapac = { git="https://ci.embassy.dev/jobs/039aa6808ef1/artifacts/generated.git", default-features = false, features = ["metadata"] }
[features]
default = ["rt"]