aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
author9names <[email protected]>2025-02-16 13:07:34 +1100
committer9names <[email protected]>2025-02-16 13:08:10 +1100
commitcb4fb6642498c424dc30df7fea939a55f14a31b6 (patch)
treebf0d77e6633330fd7fc29fb287885338b12d5f01 /examples
parent0ce6da9706b9d929691c9292c923117fcbc2f9c6 (diff)
Use probe-rs as default runner for rp23 examples
Diffstat (limited to 'examples')
-rw-r--r--examples/rp23/.cargo/config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rp23/.cargo/config.toml b/examples/rp23/.cargo/config.toml
index 9a92b1ce2..40f245785 100644
--- a/examples/rp23/.cargo/config.toml
+++ b/examples/rp23/.cargo/config.toml
@@ -1,7 +1,7 @@
1[target.'cfg(all(target_arch = "arm", target_os = "none"))'] 1[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2#runner = "probe-rs run --chip RP2040" 2runner = "probe-rs run --chip RP235x"
3#runner = "elf2uf2-rs -d" 3#runner = "elf2uf2-rs -d"
4runner = "picotool load -u -v -x -t elf" 4#runner = "picotool load -u -v -x -t elf"
5 5
6[build] 6[build]
7target = "thumbv8m.main-none-eabihf" 7target = "thumbv8m.main-none-eabihf"