-
- Downloads
updated hardware crates
... | ... | @@ -34,13 +34,13 @@ version = "0.5.8" |
# alloc-cortex-m = "0.3.5" | ||
[dependencies.stm32f4] | ||
version = "0.5.0" | ||
version = "0.6.0" | ||
features = ["stm32f413", "rt"] | ||
optional = true | ||
[dependencies.stm32f4xx-hal] | ||
git = "https://github.com/stm32-rs/stm32f4xx-hal.git" | ||
version = "0.2.8" | ||
version = "0.3.0" | ||
features = ["stm32f413", "rt"] | ||
optional = true | ||
... | ... |
Please register or sign in to comment