14 lines
335 B
TOML
14 lines
335 B
TOML
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
|
runner = "picotool load -u -v -x -t elf"
|
|
|
|
rustflags = [
|
|
"-C", "linker=flip-link",
|
|
"-C", "link-arg=--nmagic",
|
|
"-C", "link-arg=-Tlink.x",
|
|
"-C", "link-arg=-Tdefmt.x",
|
|
"-Z", "trap-unreachable=no",
|
|
"-C", "no-vectorize-loops",
|
|
]
|
|
|
|
[build]
|
|
target = "thumbv6m-none-eabi"
|