aboutsummaryrefslogtreecommitdiff
path: root/tests/nrf/.cargo/config.toml
blob: 0192c10ae9ba10b0628f892b4d1a97081422af2d (plain)
1
2
3
4
5
6
7
8
9
10
11
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "teleprobe local run --chip nRF52840_xxAA --elf"
#runner = "teleprobe client run"

[build]
#target = "thumbv6m-none-eabi"
target = "thumbv7em-none-eabi"
#target = "thumbv8m.main-none-eabihf"

[env]
DEFMT_LOG = "trace,embassy_hal_internal=debug,embassy_net_esp_hosted=debug,smoltcp=info"