7 lines
126 B
TOML
7 lines
126 B
TOML
|
[build]
|
||
|
target = "thumbv6m-none-eabi"
|
||
|
|
||
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
||
|
runner = "elf2uf2-rs -d"
|
||
|
|