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 6a576da commit c23640cCopy full SHA for c23640c
Cargo.toml
@@ -33,14 +33,14 @@ targets = ["thumbv6m-none-eabi"]
33
bare-metal = { version = "0.2", features = ["const-fn"] }
34
cast = { version = "0.2", default-features = false }
35
cortex-m = "0.6"
36
-cortex-m-rt = "0.6"
37
embedded-hal = { version = "0.2", features = ["unproven"] }
38
stm32f0 = "0.10"
39
nb = "0.1"
40
void = { version = "1.0", default-features = false }
41
stm32-usbd = { version = "0.5.0", features = ["ram_access_2x16"], optional = true }
42
43
[dev-dependencies]
+cortex-m-rt = "0.6"
44
panic-halt = "0.2"
45
usb-device = "0.2.3"
46
usbd-serial = "0.1.0"
0 commit comments