Updated runner

This commit is contained in:
Zachary Sunforge
2023-10-16 19:19:23 -07:00
parent babfb92222
commit ef7de3baad

View File

@ -1,6 +1,6 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))'] [target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace STM32F429ZITx with your chip as listed in `probe-run --list-chips` # 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] [build]
target = "thumbv7em-none-eabi" target = "thumbv7em-none-eabi"