More probe-run -> probe-rs run.

This commit is contained in:
Dario Nieuwenhuis 2024-04-16 17:07:13 +02:00
parent b66736a4d3
commit bd13b5c060
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace STM32WB55CCUx with your chip as listed in `probe-rs chip list`
# runner = "probe-run --chip STM32WB55RGVx --speed 1000 --connect-under-reset"
# runner = "probe-rs run --chip STM32WB55RGVx --speed 1000 --connect-under-reset"
runner = "teleprobe local run --chip STM32WB55RG --elf"
[build]