8 lines
176 B
TOML
8 lines
176 B
TOML
[build]
|
|
target = "thumbv7em-none-eabihf"
|
|
|
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
|
rustflags = [
|
|
"-C", "link-arg=-Tlink.x",
|
|
"-C", "link-arg=--nmagic",
|
|
] |