diff options
| author | 9names <[email protected]> | 2025-02-16 13:07:34 +1100 |
|---|---|---|
| committer | 9names <[email protected]> | 2025-02-16 13:08:10 +1100 |
| commit | cb4fb6642498c424dc30df7fea939a55f14a31b6 (patch) | |
| tree | bf0d77e6633330fd7fc29fb287885338b12d5f01 /examples | |
| parent | 0ce6da9706b9d929691c9292c923117fcbc2f9c6 (diff) | |
Use probe-rs as default runner for rp23 examples
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rp23/.cargo/config.toml | 4 |
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" | 2 | runner = "probe-rs run --chip RP235x" |
| 3 | #runner = "elf2uf2-rs -d" | 3 | #runner = "elf2uf2-rs -d" |
| 4 | runner = "picotool load -u -v -x -t elf" | 4 | #runner = "picotool load -u -v -x -t elf" |
| 5 | 5 | ||
| 6 | [build] | 6 | [build] |
| 7 | target = "thumbv8m.main-none-eabihf" | 7 | target = "thumbv8m.main-none-eabihf" |
