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 7f20d78 commit 51a76a6Copy full SHA for 51a76a6
Cargo.toml
@@ -52,7 +52,11 @@ stm32l4x6 = ["stm32l4/stm32l4x6"]
52
panic-semihosting = "0.5.0"
53
cortex-m-semihosting = "0.3.1"
54
cortex-m-rt = "0.6.5"
55
-stm32l4xx-hal = { path = "./", features = ["rt", "stm32l4x2"]}
+
56
+[dev-dependencies.stm32l4xx-hal]
57
+version = "*"
58
+path = "."
59
+features = ["rt", "stm32l4x2"]
60
61
[profile.dev]
62
incremental = false
0 commit comments