|
|
|
@ -34,7 +34,7 @@ bare-metal = { version = "0.2", features = ["const-fn"] }
|
|
|
|
|
cast = { version = "0.2", default-features = false } |
|
|
|
|
cortex-m = "0.6" |
|
|
|
|
embedded-hal = { version = "0.2", features = ["unproven"] } |
|
|
|
|
stm32f0 = "0.10" |
|
|
|
|
stm32f0 = "0.11" |
|
|
|
|
nb = "0.1" |
|
|
|
|
void = { version = "1.0", default-features = false } |
|
|
|
|
stm32-usbd = { version = "0.5.0", features = ["ram_access_2x16"], optional = true } |
|
|
|
|