humpback-dds/.cargo/config

9 lines
166 B
Plaintext
Raw Normal View History

2020-08-07 13:36:00 +08:00
[target.thumbv7em-none-eabihf]
2020-09-02 11:00:04 +08:00
runner = "gdb -q -x gdb_config/fpga_config.gdb"
2020-08-07 13:36:00 +08:00
rustflags = [
"-C", "link-arg=-Tlink.x",
]
[build]
target = "thumbv7em-none-eabihf"