led-mask/.cargo/config.toml
2025-10-29 20:55:44 -05:00

8 lines
151 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "elf2uf2-rs -d"
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "info"