Big dependency updates #7

Merged
zack merged 2 commits from develop into master 2024-02-14 06:14:43 +00:00
Showing only changes of commit ef7de3baad - Show all commits

View File

@ -1,6 +1,6 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace STM32F429ZITx with your chip as listed in `probe-run --list-chips`
runner = "probe-rs-cli run --chip STM32F429ZITx"
runner = "probe-rs run --chip STM32F429ZITx"
[build]
target = "thumbv7em-none-eabi"