-
- Downloads
merge
Showing
- .vscode/launch.json 28 additions, 28 deletions.vscode/launch.json
- Cargo.toml 2 additions, 2 deletionsCargo.toml
- examples/bare0.rs 39 additions, 19 deletionsexamples/bare0.rs
- examples/itm.rs 1 addition, 1 deletionexamples/itm.rs
- stlink.cfg 5 additions, 0 deletionsstlink.cfg
- stm32f4x.cfg 2 additions, 2 deletionsstm32f4x.cfg
... | @@ -34,13 +34,13 @@ version = "0.5.8" | ... | @@ -34,13 +34,13 @@ version = "0.5.8" |
# alloc-cortex-m = "0.3.5" | # alloc-cortex-m = "0.3.5" | ||
[dependencies.stm32f4] | [dependencies.stm32f4] | ||
version = "0.5.0" | version = "0.6.0" | ||
features = ["stm32f413", "rt"] | features = ["stm32f413", "rt"] | ||
optional = true | optional = true | ||
[dependencies.stm32f4xx-hal] | [dependencies.stm32f4xx-hal] | ||
git = "https://github.com/stm32-rs/stm32f4xx-hal.git" | git = "https://github.com/stm32-rs/stm32f4xx-hal.git" | ||
version = "0.2.8" | version = "0.3.0" | ||
features = ["stm32f413", "rt"] | features = ["stm32f413", "rt"] | ||
optional = true | optional = true | ||
... | ... |
Please register or sign in to comment