12 lines
284 B
TOML
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"
|