diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-04-26 18:10:39 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-04-26 18:10:57 +0200 |
| commit | 0c8e5f92c7ebe6fd148a986baaaa6ac746d939c2 (patch) | |
| tree | 8157c8204219698a2c0431a2ef77cbc2e52b8700 /examples | |
| parent | 0a2d6f0be069233bdfa9d9eee6f41184fdda72f3 (diff) | |
Switch from probe-run to probe-rs-cli.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rpi-pico-w/.cargo/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rpi-pico-w/.cargo/config.toml b/examples/rpi-pico-w/.cargo/config.toml index 6183e70f7..f1ed8af96 100644 --- a/examples/rpi-pico-w/.cargo/config.toml +++ b/examples/rpi-pico-w/.cargo/config.toml | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | [target.'cfg(all(target_arch = "arm", target_os = "none"))'] | 1 | [target.'cfg(all(target_arch = "arm", target_os = "none"))'] |
| 2 | runner = "probe-run --chip RP2040" | 2 | runner = "probe-rs-cli run --chip RP2040" |
| 3 | 3 | ||
| 4 | [build] | 4 | [build] |
| 5 | target = "thumbv6m-none-eabi" | 5 | target = "thumbv6m-none-eabi" |
