More probe-run -> probe-rs run.
This commit is contained in:
parent
b66736a4d3
commit
bd13b5c060
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue