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

10 lines
246 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"
runner = "teleprobe client run --target nrf52840-dk --elf"
[build]
target = "thumbv7em-none-eabi"
[env]
DEFMT_LOG = "trace"