aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wb
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-04-16 17:07:13 +0200
committerDario Nieuwenhuis <[email protected]>2024-04-16 17:07:13 +0200
commitbd13b5c0604787a52322308353bec9996f9a199d (patch)
tree1a7899f7a465feac6a5072e2f3bd3b95045ab00e /examples/stm32wb
parentb66736a4d3f7727c85fb15cdc2a4c431bc82d839 (diff)
More probe-run -> probe-rs run.
Diffstat (limited to 'examples/stm32wb')
-rw-r--r--examples/stm32wb/.cargo/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32wb/.cargo/config.toml b/examples/stm32wb/.cargo/config.toml
index 51c499ee7..8b6d6d754 100644
--- a/examples/stm32wb/.cargo/config.toml
+++ b/examples/stm32wb/.cargo/config.toml
@@ -1,6 +1,6 @@
1[target.'cfg(all(target_arch = "arm", target_os = "none"))'] 1[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2# replace STM32WB55CCUx with your chip as listed in `probe-rs chip list` 2# replace STM32WB55CCUx with your chip as listed in `probe-rs chip list`
3# runner = "probe-run --chip STM32WB55RGVx --speed 1000 --connect-under-reset" 3# runner = "probe-rs run --chip STM32WB55RGVx --speed 1000 --connect-under-reset"
4runner = "teleprobe local run --chip STM32WB55RG --elf" 4runner = "teleprobe local run --chip STM32WB55RG --elf"
5 5
6[build] 6[build]