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 00d86b2 commit c401c80Copy full SHA for c401c80
Cargo.toml
@@ -20,7 +20,7 @@ features = [ "smoltcp-phy", "stm32f429" ]
20
[dependencies]
21
volatile-register = "0.2"
22
aligned = "0.3"
23
-stm32f1xx-hal = {version = "0.6.1", optional = true}
+stm32f1xx-hal = {version = "0.7.0", optional = true}
24
stm32f7xx-hal = {version = "0.2.0", optional = true}
25
stm32f4xx-hal = {version = "0.8.3", optional = true}
26
cortex-m = "0.6.2"
0 commit comments