mirror of
https://github.com/Nicholas-L-Johnson/flip-card.git
synced 2025-12-30 09:17:09 +00:00
11 lines
240 B
TOML
11 lines
240 B
TOML
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
|
#runner = "probe-rs run --chip RP235x"
|
|
#runner = "elf2uf2-rs -d"
|
|
runner = "picotool load -u -v -x -t elf"
|
|
|
|
[build]
|
|
target = "thumbv8m.main-none-eabihf"
|
|
|
|
[env]
|
|
DEFMT_LOG = "debug"
|