alert-me/display/.cargo/config.toml

9 lines
191 B
TOML
Raw Permalink Normal View History

2024-05-20 09:18:17 +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 = "trace"