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

7 lines
220 B
TOML
Raw Normal View History

2022-04-26 18:33:09 +02:00
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace nRF82840_xxAA with your chip as listed in `probe-run --list-chips`
runner = "probe-run --chip nRF52840_xxAA"
[build]
target = "thumbv7em-none-eabi"