aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT/examples/basic/.cargo
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-05-18 10:17:03 +0200
committerUlf Lilleengen <[email protected]>2024-05-21 10:05:21 +0200
commit739e5861c2e47db251725163fcd91cd822cf97b7 (patch)
tree947dc7961ca7c42ec216056fc2adf616ab812b10 /docs/modules/ROOT/examples/basic/.cargo
parent51d553092550059afb22b2620cea14bbed21abff (diff)
convert from antora to asciidoctor
Diffstat (limited to 'docs/modules/ROOT/examples/basic/.cargo')
-rw-r--r--docs/modules/ROOT/examples/basic/.cargo/config.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/modules/ROOT/examples/basic/.cargo/config.toml b/docs/modules/ROOT/examples/basic/.cargo/config.toml
deleted file mode 100644
index 8ca28df39..000000000
--- a/docs/modules/ROOT/examples/basic/.cargo/config.toml
+++ /dev/null
@@ -1,9 +0,0 @@
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"