-
- Downloads
exam (wip-1st part)
... | @@ -16,8 +16,8 @@ rtt-target = { version = "0.3.0", features = ["cortex-m"] } | ... | @@ -16,8 +16,8 @@ rtt-target = { version = "0.3.0", features = ["cortex-m"] } |
# panic handlers | # panic handlers | ||
panic-halt = "0.2.0" | panic-halt = "0.2.0" | ||
panic-semihosting = "0.5.6" | # panic-semihosting = "0.5.6" | ||
panic-rtt-target = { version = "0.1.1", features = ["cortex-m"] } | # panic-rtt-target = { version = "0.1.1", features = ["cortex-m"] } | ||
[dependencies.stm32f4] | [dependencies.stm32f4] | ||
version = "0.12.1" | version = "0.12.1" | ||
... | ... |
Please register or sign in to comment