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

10 lines
219 B
TOML
Raw Normal View History

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