Add doc-specific example and add it to CI

This commit is contained in:
Ulf Lilleengen
2021-12-10 12:46:41 +01:00
parent 9b01eed195
commit e5d4d0952b
5 changed files with 63 additions and 22 deletions

View 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"