Add doc-specific example and add it to CI
This commit is contained in:
6
docs/modules/ROOT/examples/basic/.cargo/config.toml
Normal file
6
docs/modules/ROOT/examples/basic/.cargo/config.toml
Normal file
@ -0,0 +1,6 @@
|
||||
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
||||
# replace nRF82840_xxAA with your chip as listed in `probe-run --list-chips`
|
||||
runner = "probe-run --chip nRF52840_xxAA"
|
||||
|
||||
[build]
|
||||
target = "thumbv7em-none-eabi"
|
Reference in New Issue
Block a user