embassy/tests/nrf/.cargo/config.toml
2023-05-30 01:10:53 +02:00

10 lines
219 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
#runner = "teleprobe local run --chip nRF52840_xxAA --elf"
runner = "teleprobe client run"
[build]
target = "thumbv7em-none-eabi"
[env]
DEFMT_LOG = "trace"