15 lines
297 B
Plaintext
15 lines
297 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",
|
|
]
|
|
|
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
|
runner = "elf2uf2-rs -d"
|
|
|