forked from M-Labs/zynq-rs
12 lines
193 B
Plaintext
12 lines
193 B
Plaintext
[target.armv7-none-eabihf]
|
|
rustflags = [
|
|
"-C", "link-arg=-Tlink.x",
|
|
"-C", "target-cpu=cortex-a9",
|
|
]
|
|
|
|
[build]
|
|
target = "armv7-none-eabihf.json"
|
|
|
|
[future-incompat-report]
|
|
frequency = "never"
|