-
- Downloads
stm32f4 updates
Showing
- .vscode/launch.json 33 additions, 0 deletions.vscode/launch.json
- .vscode/tasks.json 12 additions, 0 deletions.vscode/tasks.json
- Cargo.toml 4 additions, 2 deletionsCargo.toml
- examples/resource.rs 12 additions, 2 deletionsexamples/resource.rs
- klee/src/lib.rs 2 additions, 2 deletionsklee/src/lib.rs
.vscode/launch.json
0 → 100644
... | @@ -25,9 +25,11 @@ untagged-option = "0.1.1" | ... | @@ -25,9 +25,11 @@ untagged-option = "0.1.1" |
features = ["abort-on-panic"] | features = ["abort-on-panic"] | ||
version = "0.3.9" | version = "0.3.9" | ||
[dev-dependencies.stm32f103xx] | [dev-dependencies.stm32f413] | ||
git = "https://gitlab.henriktjader.com/pln/stm32f413.git" | |||
features = ["rt"] | features = ["rt"] | ||
version = "0.8.0" | version = "0.2.0" | ||
[dev-dependencies.klee] | [dev-dependencies.klee] | ||
path = "./klee" | path = "./klee" | ||
... | ... |
Please register or sign in to comment