picow/.cargo/config.toml

9 lines
152 B
TOML
Raw Normal View History

2024-10-11 23:48:37 -07:00
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "debug"
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "elf2uf2-rs -d"