picow/.cargo/config.toml

6 lines
140 B
TOML
Raw Normal View History

2024-10-11 23:48:37 -07:00
[build]
target = "thumbv6m-none-eabi"
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2024-10-12 19:58:43 -07:00
runner = "elf2uf2-rs --deploy --serial"