embassy/tests/nrf/.cargo/config.toml

10 lines
219 B
TOML
Raw Normal View History

2023-03-04 04:37:13 +00:00
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
#runner = "teleprobe local run --chip nRF52840_xxAA --elf"
2023-05-29 22:10:36 +00:00
runner = "teleprobe client run"
2023-03-04 04:37:13 +00:00
[build]
target = "thumbv7em-none-eabi"
[env]
DEFMT_LOG = "trace"