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