10 lines
181 B
Plaintext
10 lines
181 B
Plaintext
|
[target.thumbv7em-none-eabihf]
|
||
|
rustflags = [
|
||
|
"-C", "link-arg=-Tlink.x",
|
||
|
"-C", "linker=arm-none-eabi-ld",
|
||
|
"-Z", "linker-flavor=ld",
|
||
|
]
|
||
|
|
||
|
[build]
|
||
|
target = "thumbv7em-none-eabihf"
|