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 68acafb commit dd24bc2Copy full SHA for dd24bc2
Cargo.toml
@@ -34,7 +34,7 @@ cortex-m-rt = "0.7.3"
34
nb = "1.1"
35
rand_core = "0.6.4"
36
stm32f4 = "0.15.1"
37
-synopsys-usb-otg = { version = "0.3.2", features = ["cortex-m"], optional = true }
+synopsys-usb-otg = { version = "0.4.0", features = ["cortex-m"], optional = true }
38
sdio-host = { version = "0.6.0", optional = true }
39
embedded-dma = "0.2.0"
40
bare-metal = { version = "1" }
0 commit comments