aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/basic/.cargo
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/basic/.cargo')
-rw-r--r--docs/examples/basic/.cargo/config.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/examples/basic/.cargo/config.toml b/docs/examples/basic/.cargo/config.toml
new file mode 100644
index 000000000..8ca28df39
--- /dev/null
+++ b/docs/examples/basic/.cargo/config.toml
@@ -0,0 +1,9 @@
1[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2# replace nRF82840_xxAA with your chip as listed in `probe-run --list-chips`
3runner = "probe-run --chip nRF52840_xxAA"
4
5[build]
6target = "thumbv7em-none-eabi"
7
8[env]
9DEFMT_LOG = "trace"