pico-website/.cargo/config.toml
2025-09-09 09:37:09 +02:00

10 lines
254 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# runner = "sudo /home/arkitu/.cargo/bin/elf2uf2-rs -d -s"
runner = "probe-rs run --chip RP2040"
[build]
target = ["thumbv6m-none-eabi", "thumbv8m.main-none-eabihf"]
[env]
DEFMT_LOG = "info"