-
- Downloads
serial-echo works
Showing
- .cargo/config 0 additions, 1 deletion.cargo/config
- .gdbinit 0 additions, 16 deletions.gdbinit
- .vscode/launch.json 105 additions, 18 deletions.vscode/launch.json
- .vscode/tasks.json 2 additions, 2 deletions.vscode/tasks.json
- Cargo.toml 6 additions, 6 deletionsCargo.toml
- Xargo.toml 0 additions, 6 deletionsXargo.toml
- examples/serial-echo.rs 22 additions, 3 deletionsexamples/serial-echo.rs
- src/serial.rs 9 additions, 6 deletionssrc/serial.rs
.gdbinit
deleted
100644 → 0
... | ... | @@ -14,25 +14,25 @@ embedded-hal = "0.1.0" |
nb = "0.1.0" | ||
[dependencies.stm32f413] | ||
version = "0.2.0" | ||
features = ["rt"] | ||
#version = "0.2.0" | ||
git = "https://gitlab.henriktjader.com/pln/stm32f413" | ||
branch = "svd2rust0.12" | ||
#path = "../stm32f413" | ||
branch = "svd2rust0.12b" | ||
[dependencies.cast] | ||
default-features = false | ||
version = "0.2.2" | ||
[ dependencies.cortex-m-debug] | ||
[dependencies.cortex-m-debug] | ||
git = "https://gitlab.henriktjader.com/pln/cortex-m-debug.git" | ||
version = "0.1.2" | ||
branch = "cortex-m-4" | ||
[dev-dependencies.stm32f413] | ||
features = ["rt"] | ||
version = "0.2.0" | ||
#version = "0.2.0" | ||
git = "https://gitlab.henriktjader.com/pln/stm32f413" | ||
branch = "svd2rust0.12" | ||
branch = "svd2rust0.12b" | ||
#path = "../stm32f413" | ||
[dev-dependencies.cortex-m-rt] | ||
... | ... |
Xargo.toml
deleted
100644 → 0
Please register or sign in to comment