zynq-rs/.cargo/config

12 lines
193 B
Plaintext
Raw Normal View History

[target.armv7-none-eabihf]
2019-05-05 20:56:23 +08:00
rustflags = [
"-C", "link-arg=-Tlink.x",
2019-05-05 20:56:23 +08:00
"-C", "target-cpu=cortex-a9",
]
[build]
target = "armv7-none-eabihf.json"
2025-01-24 18:13:46 +08:00
[future-incompat-report]
frequency = "never"