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