-
- Downloads
Trouble shooting
... | @@ -39,7 +39,11 @@ features = ["stm32f411", "rt"] | ... | @@ -39,7 +39,11 @@ features = ["stm32f411", "rt"] |
[dependencies.stm32f4xx-hal] | [dependencies.stm32f4xx-hal] | ||
version = "0.8.3" | version = "0.8.3" | ||
features = ["rt", "stm32f411", "usb_fs"] | features = ["rt", "stm32f411", "usb_fs"] | ||
git = "https://github.com/stm32-rs/stm32f4xx-hal" | # Enable to use the latest git version | ||
# gitgit = "https://github.com/stm32-rs/stm32f4xx-hal" | |||
# Enable to use your forked/cloned local repo | |||
path = "../stm32f4xx-hal" | |||
# this lets you use `cargo fix`! | # this lets you use `cargo fix`! | ||
[[bin]] | [[bin]] | ||
... | ... |
Please register or sign in to comment