-
- Downloads
bare7 broken
... | ... | @@ -16,6 +16,7 @@ cortex-m-rtfm = "0.2.2" |
cortex-m = "0.3.1" | ||
rtfm-core = "0.1.0" | ||
cortex-m-semihosting = "0.2.0" | ||
heapless = "0.2.0" | ||
[dependencies.cortex-m-debug] | ||
version = "0.1.0" | ||
... | ... | @@ -34,9 +35,12 @@ version = "0.2.0" |
git = "https://github.com/jsjolund/f4" | ||
version = "0.1.0" | ||
[features] | ||
wcet_bkpt = [] | ||
wcet_nop = [] | ||
#[dev-dependencies.nb] | ||
#features = ["unstable"] | ||
#version = "0.1.1" | ||
[dependencies.nb] | ||
git = "https://github.com/japaric/nb" | ||
[profile.release] | ||
lto = true | ||
... | ... |
Please register or sign in to comment