nrf52840-i2c-scanner/.cargo/config.toml

9 lines
190 B
TOML
Raw Permalink Normal View History

2024-05-20 13:32:00 +00:00
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip nRF52840_xxAA --allow-erase-all"
[build]
target = "thumbv7em-none-eabi"
[env]
DEFMT_LOG = "info"