-
- Downloads
generic
Showing
- .gdbinit_old 0 additions, 18 deletions.gdbinit_old
- .settings/com.github.rustdt.ide.core.prefs 0 additions, 2 deletions.settings/com.github.rustdt.ide.core.prefs
- .vscode/launch.json 70 additions, 4 deletions.vscode/launch.json
- .vscode/tasks.json 52 additions, 0 deletions.vscode/tasks.json
- Cargo.toml 2 additions, 9 deletionsCargo.toml
- examples/allocator.rs 0 additions, 79 deletionsexamples/allocator.rs
- examples/device.rs 0 additions, 93 deletionsexamples/device.rs
- src/main.rs 7 additions, 2 deletionssrc/main.rs
.gdbinit_old
deleted
100644 → 0
... | @@ -11,18 +11,15 @@ | ... | @@ -11,18 +11,15 @@ |
# will likely look very different (and much more reasonable) | # will likely look very different (and much more reasonable) | ||
[package] | [package] | ||
name = "bluepill" | name = "nucleo" | ||
version = "0.2.1" | version = "0.2.1" | ||
authors = ["per lindgren"] | authors = ["per lindgren"] | ||
description = "are we blue yet" | description = "are we nucleo yet" | ||
keywords = ["arm", "cortex-m", "template"] | keywords = ["arm", "cortex-m", "template"] | ||
categories = ["embedded", "no-std"] | categories = ["embedded", "no-std"] | ||
license = "MIT OR Apache-2.0" | license = "MIT OR Apache-2.0" | ||
repository = "not defined" | repository = "not defined" | ||
[dependencies.blue-pill] | |||
git = "https://github.com/japaric/blue-pill" | |||
[dependencies.cortex-m-semihosting] | [dependencies.cortex-m-semihosting] | ||
version = "0.2.0" | version = "0.2.0" | ||
... | @@ -33,10 +30,6 @@ features = ["abort-on-panic"] | ... | @@ -33,10 +30,6 @@ features = ["abort-on-panic"] |
[dependencies.cortex-m] | [dependencies.cortex-m] | ||
version = "0.3.0" | version = "0.3.0" | ||
[dependencies.stm32f103xx] | |||
features = ["rt"] | |||
version = "0.7.4" | |||
[profile.release] | [profile.release] | ||
lto = true | lto = true | ||
debug = true | debug = true | ||
\ No newline at end of file |
examples/allocator.rs
deleted
100644 → 0
examples/device.rs
deleted
100644 → 0
Please register or sign in to comment