-
- Downloads
un-commented the panic handlers in Cargo.toml
... | @@ -11,8 +11,8 @@ edition = "2018" | ... | @@ -11,8 +11,8 @@ edition = "2018" |
[dependencies] | [dependencies] | ||
panic-halt = "0.2" | panic-halt = "0.2" | ||
# panic-semihosting = "0.5" # comment out for `cargo doc` | panic-semihosting = "0.5" # comment out for `cargo doc` | ||
# panic-itm = "0.4.1" # comment out for `cargo doc` | panic-itm = "0.4.1" # comment out for `cargo doc` | ||
cortex-m-semihosting = "0.3.5" | cortex-m-semihosting = "0.3.5" | ||
aligned = "0.3.2" | aligned = "0.3.2" | ||
ufmt = "0.1.0" | ufmt = "0.1.0" | ||
... | ... |
Please register or sign in to comment