diff options
| author | Ulf Lilleengen <[email protected]> | 2021-12-10 12:46:41 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2021-12-10 12:46:41 +0100 |
| commit | e5d4d0952b78ef343f14205f5ebd3f1d7804f9e8 (patch) | |
| tree | 2286467ce8c28f8eb7858d4fd33863ac52b81f65 /docs/modules/ROOT/examples/basic/.cargo | |
| parent | 9b01eed1956421dd7c0ad644f77e14a05ab92923 (diff) | |
Add doc-specific example and add it to CI
Diffstat (limited to 'docs/modules/ROOT/examples/basic/.cargo')
| -rw-r--r-- | docs/modules/ROOT/examples/basic/.cargo/config.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/modules/ROOT/examples/basic/.cargo/config.toml b/docs/modules/ROOT/examples/basic/.cargo/config.toml new file mode 100644 index 000000000..c75b5c539 --- /dev/null +++ b/docs/modules/ROOT/examples/basic/.cargo/config.toml | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | [target.'cfg(all(target_arch = "arm", target_os = "none"))'] | ||
| 2 | # replace nRF82840_xxAA with your chip as listed in `probe-run --list-chips` | ||
| 3 | runner = "probe-run --chip nRF52840_xxAA" | ||
| 4 | |||
| 5 | [build] | ||
| 6 | target = "thumbv7em-none-eabi" | ||
