go-tracker/.cargo/config.toml

9 lines
174 B
TOML
Raw Permalink Normal View History

2024-09-24 18:31:05 +02:00
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip stm32l431CCUx"
[build]
target = "thumbv7em-none-eabihf"
[env]
DEFMT_LOG = "info"