7 lines
225 B
TOML
7 lines
225 B
TOML
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
|
runner = "picotool load -u -v -x -t elf"
|
|
# runner = "elf2uf2-rs -d" # rp2040
|
|
|
|
[build]
|
|
target = "thumbv8m.main-none-eabihf"
|
|
# target = "thumbv6m-none-eabi" # rp2040
|