embassy/tests/nrf51422/.cargo/config.toml

10 lines
245 B
TOML
Raw Normal View History

2024-01-25 13:23:57 +00:00
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2024-01-25 20:47:49 +00:00
#runner = "teleprobe local run --chip nRF51422_xxAA --elf"
2024-01-25 13:23:57 +00:00
runner = "teleprobe client run"
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "trace,embassy_hal_internal=debug"