pico-website/.cargo/config.toml

9 lines
211 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "sudo /home/arkitu/.cargo/bin/elf2uf2-rs -d -s"
[build]
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
[env]
DEFMT_LOG = "debug"