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 4c6e0ae commit b7444b6Copy full SHA for b7444b6
Cargo.toml
@@ -39,7 +39,7 @@ bare-metal = "1.0.0"
39
sdio-host = { version = "0.5", optional = true }
40
embedded-sdmmc = { version = "0.3", optional = true }
41
stm32-fmc = { version = "0.2", optional = true }
42
-synopsys-usb-otg = { version = "^0.2.4", features = ["cortex-m"], optional = true }
+synopsys-usb-otg = { version = "^0.3.0", features = ["cortex-m"], optional = true }
43
embedded-display-controller = { version = "^0.1.0", optional = true }
44
45
[dependencies.smoltcp]
0 commit comments