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 9c0bf58 commit 8309f5dCopy full SHA for 8309f5d
Cargo.toml
@@ -55,7 +55,7 @@ log-semihost = ["log"]
55
56
[dependencies]
57
cortex-m = { version = "^0.7.7", features = ["critical-section-single-core"] }
58
-stm32h5 = { package = "stm32h5-staging", version = "0.17.0" }
+stm32h5 = { git = "https://github.com/stm32-rs/stm32-rs-nightlies" }
59
fugit = "0.3.7"
60
embedded-hal = "1.0.0"
61
defmt = { version = "0.3.8", optional = true }
0 commit comments