itpdp/pico/.cargo/config.toml
2026-05-11 16:41:49 +02:00

12 lines
284 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"
[target.xtensa-esp32-none-elf]
runner = "espflash flash --monitor"
[build]
target = "xtensa-esp32-none-elf"
[env]
DEFMT_LOG = "debug"