aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/basic
diff options
context:
space:
mode:
authorDion Dokter <[email protected]>2025-05-06 13:16:33 +0200
committerDion Dokter <[email protected]>2025-05-06 13:17:00 +0200
commit8017d58eb941c6e7700c2cd21ebcb216d9d9f556 (patch)
tree81c3254e160d67cb08255d0557276614db86a240 /docs/examples/basic
parent73f11d238a96a2186e93f786bd29b75149097e02 (diff)
parentaf6f5ca0c42bc5a3e740bbeb09ba00a543d21d6b (diff)
Merge branch 'main' into configurable-bank-support
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"