aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/basic
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-05-02 23:18:47 +0000
committerGitHub <[email protected]>2025-05-02 23:18:47 +0000
commit7a97825427b58934329e0ed015d1c201db09251c (patch)
tree2845c94a0fa88fc20ea68b9ebb9551aefef5abac /docs/examples/basic
parent716160e9abe7591b171250a9029bad5ec656ac6d (diff)
parente5c03e1e791bf3460fe6e0af65a02f2259763eaa (diff)
Merge pull request #4160 from nyurik/probe-rs
chore: use `probe-rs` instead of `probe-run`
Diffstat (limited to 'docs/examples/basic')
-rw-r--r--docs/examples/basic/.cargo/config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/basic/.cargo/config.toml b/docs/examples/basic/.cargo/config.toml
index 8ca28df39..17616a054 100644
--- a/docs/examples/basic/.cargo/config.toml
+++ b/docs/examples/basic/.cargo/config.toml
@@ -1,6 +1,6 @@
1[target.'cfg(all(target_arch = "arm", target_os = "none"))'] 1[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2# replace nRF82840_xxAA with your chip as listed in `probe-run --list-chips` 2# replace nRF82840_xxAA with your chip as listed in `probe-rs chip list`
3runner = "probe-run --chip nRF52840_xxAA" 3runner = "probe-rs run --chip nRF52840_xxAA"
4 4
5[build] 5[build]
6target = "thumbv7em-none-eabi" 6target = "thumbv7em-none-eabi"