humpback-dds/.cargo/config

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"