Update probe-rs-cli -> probe-rs

This commit is contained in:
Dario Nieuwenhuis
2023-06-29 02:39:28 +02:00
parent 4f0aca481f
commit f7ec579c18
45 changed files with 88 additions and 88 deletions
.vscode
cyw43
embassy-nrf/src
examples
boot
application
nrf
rp
stm32f3
stm32f7
stm32h7
stm32l0
stm32l1
stm32l4
stm32wl
bootloader
nrf
rp
nrf-rtos-trace
nrf52840-rtic
nrf52840
nrf5340
rp
stm32c0
stm32f0
stm32f1
stm32f2
stm32f3
stm32f4
stm32f7
stm32g0
stm32g4
stm32h5
stm32h7
stm32l0
stm32l1
stm32l4
stm32l5
stm32u5
stm32wb
stm32wl
tests/rp/src/bin

@ -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-rs-cli run --chip STM32F429ZITx"
# replace STM32F429ZITx with your chip as listed in `probe-rs chip list`
runner = "probe-rs run --chip STM32F429ZITx"
[build]
target = "thumbv7em-none-eabi"