-
- Downloads
fetch new bare labs
... | ... | @@ -11,13 +11,13 @@ edition = "2018" |
[dependencies] | ||
panic-halt = "0.2" | ||
panic-semihosting = "0.5" # comment out for `cargo doc` | ||
panic-itm = "0.4.1" # comment out for `cargo doc` | ||
#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" | ||
nb = "0.1.2" | ||
heapless = "0.5.3" | ||
heapless = "0.5.3" | ||
[dependencies.cortex-m] | ||
version = "0.6.2" | ||
... | ... |
Please register or sign in to comment