picow/.cargo/config.toml
2024-10-12 19:58:43 -07:00

5 lines
140 B
TOML

[build]
target = "thumbv6m-none-eabi"
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "elf2uf2-rs --deploy --serial"