embassy/tests/nrf51822/.cargo/config.toml

10 lines
245 B
TOML
Raw Normal View History

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