-
- Downloads
for johannes
... | @@ -15,7 +15,9 @@ nb = "0.1.0" | ... | @@ -15,7 +15,9 @@ nb = "0.1.0" |
[dependencies.stm32f413] | [dependencies.stm32f413] | ||
version = "0.2.0" | version = "0.2.0" | ||
path = "../stm32f413" | git = "https://gitlab.henriktjader.com/pln/stm32f413" | ||
branch = "svd2rust0.12" | |||
#path = "../stm32f413" | |||
[dependencies.cast] | [dependencies.cast] | ||
default-features = false | default-features = false | ||
... | @@ -24,7 +26,9 @@ version = "0.2.2" | ... | @@ -24,7 +26,9 @@ version = "0.2.2" |
[dev-dependencies.stm32f413] | [dev-dependencies.stm32f413] | ||
features = ["rt"] | features = ["rt"] | ||
version = "0.2.0" | version = "0.2.0" | ||
path = "../stm32f413" | git = "https://gitlab.henriktjader.com/pln/stm32f413" | ||
branch = "svd2rust0.12" | |||
#path = "../stm32f413" | |||
[dev-dependencies.cortex-m-rt] | [dev-dependencies.cortex-m-rt] | ||
features = ["abort-on-panic"] | features = ["abort-on-panic"] | ||
... | ... |
examples/serial-echo.rs
0 → 100644
Please register or sign in to comment