We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe9213 commit d750208Copy full SHA for d750208
Cargo.toml
@@ -32,8 +32,7 @@ embedded-hal = { version = "0.2.6", features = ["unproven"] }
32
embedded-dma = "0.2.0"
33
cortex-m = { version = "^0.7.7", features = ["critical-section-single-core"] }
34
defmt = { version = ">=0.2.0,<0.4", optional = true }
35
-#stm32h7 = { version = "^0.15.1", default-features = false }
36
-stm32h7 = { git = "https://github.com/stm32-rs/stm32-rs-nightlies", default-features = false }
+stm32h7 = { version = "0.16.0", package = "stm32h7-staging", default-features = false }
37
void = { version = "1.0.2", default-features = false }
38
cast = { version = "0.3.0", default-features = false }
39
nb = "1.0.0"
0 commit comments