2020-09-22 16:03:43 +00:00
|
|
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
2021-05-20 08:54:10 +00:00
|
|
|
# replace nRF82840_xxAA with your chip as listed in `probe-run --list-chips`
|
2021-02-24 07:44:23 +00:00
|
|
|
runner = "probe-run --chip nRF52840_xxAA"
|
2020-09-22 16:03:43 +00:00
|
|
|
|
|
|
|
[build]
|
2021-01-03 00:40:40 +00:00
|
|
|
target = "thumbv7em-none-eabi"
|