embassy/examples/nrf/.cargo/config.toml

7 lines
220 B
TOML
Raw Normal View History

2020-09-22 16:03:43 +00:00
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace nRF82840_xxAA with your chip as listed in `probe-run --list-chips`
2021-02-24 07:44:23 +00:00
runner = "probe-run --chip nRF52840_xxAA"
2020-09-22 16:03:43 +00:00
[build]
target = "thumbv7em-none-eabi"