led-mask/.cargo/config.toml

9 lines
151 B
TOML
Raw Normal View History

2025-10-20 21:28:55 -05:00
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "elf2uf2-rs -d"
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "info"