airfilter/.cargo/config.toml
2023-09-16 04:16:52 +02:00

9 lines
178 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "./wrapper.sh"
[build]
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
[env]
DEFMT_LOG = "debug"