go-tracker/.cargo/config.toml
2024-09-27 00:55:26 +02:00

8 lines
174 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip stm32l431CCUx"
[build]
target = "thumbv7em-none-eabihf"
[env]
DEFMT_LOG = "info"