13 lines
235 B
Plaintext
13 lines
235 B
Plaintext
|
[build]
|
||
|
target = "thumbv6m-none-eabi"
|
||
|
|
||
|
[target.thumbv6m-none-eabi]
|
||
|
rustflags = [
|
||
|
"-C", "link-arg=--nmagic",
|
||
|
"-C", "link-arg=-Tlink.x",
|
||
|
"-C", "inline-threshold=5",
|
||
|
"-C", "no-vectorize-loops",
|
||
|
]
|
||
|
|
||
|
runner = "elf2uf2-rs -d"
|