embassy/tests/boot/nrf/.cargo/config.toml
Ulf Lilleengen 9010bfe79b snpashot
2023-10-03 21:00:59 +02:00

10 lines
219 B
TOML

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