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 | |
| parent | 0a2d6f0be069233bdfa9d9eee6f41184fdda72f3 (diff) | |
Switch from probe-run to probe-rs-cli.
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | examples/rpi-pico-w/.cargo/config.toml | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -24,7 +24,7 @@ TODO: | |||
| 24 | 24 | ||
| 25 | ## Running the example | 25 | ## Running the example |
| 26 | 26 | ||
| 27 | - `cargo install probe-run` | 27 | - `cargo install probe-rs-cli` |
| 28 | - `cd examples/rpi-pico-w` | 28 | - `cd examples/rpi-pico-w` |
| 29 | - `WIFI_NETWORK=MyWifiNetwork WIFI_PASSWORD=MyWifiPassword cargo run --release` | 29 | - `WIFI_NETWORK=MyWifiNetwork WIFI_PASSWORD=MyWifiPassword cargo run --release` |
| 30 | 30 | ||
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" |
