humpback-dds/.cargo/config

9 lines
162 B
Plaintext
Raw Normal View History

2020-08-07 13:36:00 +08:00
[target.thumbv7em-none-eabihf]
2020-09-03 17:41:27 +08:00
runner = "gdb -q -x gdb_config/openocd.gdb"
2020-08-07 13:36:00 +08:00
rustflags = [
"-C", "link-arg=-Tlink.x",
]
[build]
target = "thumbv7em-none-eabihf"