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

10 lines
219 B
TOML
Raw Normal View History

2023-09-14 18:13:31 +02:00
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2023-10-03 21:00:59 +02:00
runner = "teleprobe local run --chip nRF52832_xxAA --elf"
#runner = "teleprobe client run"
2023-09-14 18:13:31 +02:00
[build]
target = "thumbv7em-none-eabi"
[env]
DEFMT_LOG = "trace"