-
- Downloads
bare2/3
Showing
- .vscode/launch.json 5 additions, 5 deletions.vscode/launch.json
- .vscode/tasks.json 7 additions, 4 deletions.vscode/tasks.json
- Cargo.toml 2 additions, 2 deletionsCargo.toml
- examples/bare2.rs 100 additions, 0 deletionsexamples/bare2.rs
- examples/bare3.rs 104 additions, 0 deletionsexamples/bare3.rs
... | ... | @@ -11,11 +11,11 @@ edition = "2018" |
[dependencies] | ||
panic-halt = "0.2" | ||
panic-semihosting = "0.5" | ||
# panic-semihosting = "0.5" # comment out for `cargo doc` | ||
# panic-itm = "0.4.1" # comment out for `cargo doc` | ||
cortex-m-semihosting = "0.3.5" | ||
aligned = "0.3.2" | ||
ufmt = "0.1.0" | ||
panic-itm = "0.4.1" | ||
nb = "0.1.2" | ||
[dependencies.cortex-m] | ||
... | ... |
examples/bare2.rs
0 → 100644
examples/bare3.rs
0 → 100644
Please register or sign in to comment