9 lines
191 B
TOML
9 lines
191 B
TOML
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
||
|
runner = "probe-rs run --chip nRF52840_xxAA --allow-erase-all"
|
||
|
|
||
|
[build]
|
||
|
target = "thumbv7em-none-eabi"
|
||
|
|
||
|
[env]
|
||
|
DEFMT_LOG = "trace"
|