aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarun <[email protected]>2024-01-26 20:40:32 -0500
committerKarun <[email protected]>2024-03-07 14:30:53 -0500
commit9905bbe9f7ed195932bb7d14dd363a9624aabdc7 (patch)
tree40f9d6a8e1bfaa7ddf83f913567eaf33ad41c38b
parent2ab1b2ac9a13ae0436f1a2c32f984c01a67ebde7 (diff)
Update peripheral crate to updated octospi pac
-rw-r--r--embassy-stm32/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index 865970dfb..b80509098 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
67rand_core = "0.6.3" 67rand_core = "0.6.3"
68sdio-host = "0.5.0" 68sdio-host = "0.5.0"
69critical-section = "1.1" 69critical-section = "1.1"
70stm32-metapac = { version = "15" } 70# stm32-metapac = { version = "15" }
71#stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-656ecf6714fa34fdfb3b3e2f2cd034bffed3f303" } 71stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-2d51fbe7363a376606cb670cc2cec0f634251022" }
72vcell = "0.1.3" 72vcell = "0.1.3"
73bxcan = "0.7.0" 73bxcan = "0.7.0"
74nb = "1.0.0" 74nb = "1.0.0"
@@ -86,8 +86,8 @@ critical-section = { version = "1.1", features = ["std"] }
86[build-dependencies] 86[build-dependencies]
87proc-macro2 = "1.0.36" 87proc-macro2 = "1.0.36"
88quote = "1.0.15" 88quote = "1.0.15"
89stm32-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"]} 90stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-2d51fbe7363a376606cb670cc2cec0f634251022", default-features = false, features = ["metadata"]}
91 91
92 92
93[features] 93[features]