blob: e887e57bc95d0e13f5c5fe7256219469db1bc061 (
plain)
1
2
3
4
5
6
7
8
9
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace nRF82810_xxAA with your chip as listed in `probe-rs chip list`
runner = "probe-rs run --chip nRF52840_xxAA"
[build]
target = "thumbv7em-none-eabi"
[env]
DEFMT_LOG = "trace"
|