aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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"