-
- Downloads
itm
Showing
- .settings/com.github.rustdt.ide.core.prefs 1 addition, 1 deletion.settings/com.github.rustdt.ide.core.prefs
- Cargo.toml 7 additions, 1 deletionCargo.toml
- Makefile 1 addition, 1 deletionMakefile
- examples/bare0.rs 28 additions, 8 deletionsexamples/bare0.rs
- examples/bare2.rs 1 addition, 0 deletionsexamples/bare2.rs
... | ... | @@ -13,10 +13,16 @@ version = "0.1.0" |
[dependencies] | ||
cortex-m-rtfm = "0.2.2" | ||
cortex-m = "0.3.1" | ||
#cortex-m = "0.3.1" | ||
rtfm-core = "0.1.0" | ||
cortex-m-semihosting = "0.2.0" | ||
[dependencies.cortex-m] | ||
version = "0.3.2" | ||
git = "https://gitlab.henriktjader.com/pln/cortex-m-fork.git" | ||
#path = "../cortex-m" | ||
branch = "itm" | ||
[dependencies.cortex-m-debug] | ||
version = "0.1.0" | ||
git = "https://gitlab.henriktjader.com/pln/cortex-m-debug.git" | ||
... | ... |
Please register or sign in to comment