itpdp/pico/.cargo/config.toml
2026-05-03 15:22:22 +02:00

9 lines
240 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# runner = "probe-rs run --chip RP2040"
runner = "sudo picotool load -u -v -x -t elf"
[build]
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
[env]
DEFMT_LOG = "debug"