mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-25 16:23:10 +00:00
12 lines
357 B
TOML
12 lines
357 B
TOML
[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"
|