Commits on Source (19)
Showing
... | ... | @@ -28,19 +28,19 @@ optional = true |
[dependencies.cortex-m] | ||
version = "0.5.8" | ||
# features = ["inline-asm"] # <- currently requires nightly compiler | ||
features = ["inline-asm"] # <- currently requires nightly compiler | ||
# Uncomment for the allocator example. | ||
# 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 | ||
... | ... |