humpback-dds/.cargo/config
2020-08-07 13:36:00 +08:00

9 lines
162 B
Plaintext

[target.thumbv7em-none-eabihf]
runner = "gdb -q -x gdb_config/openocd.gdb"
rustflags = [
"-C", "link-arg=-Tlink.x",
]
[build]
target = "thumbv7em-none-eabihf"