-
- Downloads
move to panic reset
... | ... | @@ -16,8 +16,9 @@ stm32f4xx-hal = { version = "0.16", features = ["stm32f411", "rtic", "otg-fs", " |
cortex-m = "0.7" | ||
cortex-m-rt = "0.7" | ||
cortex-m-rtic = { version = "1.1.4" } | ||
cortex-m-semihosting = "0.5" | ||
panic-semihosting = "0.6" | ||
#cortex-m-semihosting = "0.5" | ||
#panic-semihosting = "0.6" | ||
panic-reset = "0.1.1" | ||
rf4463 = { git = "https://gitlab.scd31.com/stephen/rf4463-lib" } | ||
#rf4463 = { path = "../../rf4463" } | ||
systick-monotonic = "1.0.1" | ||
... | ... |
Please register or sign in to comment