pounder_test/.cargo/config
2020-04-22 15:59:08 +02:00

7 lines
186 B
Plaintext

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "gdb-multiarch -q -x openocd.gdb"
rustflags = ["-C", "link-arg=-Tlink.x"]
[build]
target = "thumbv7em-none-eabihf"