pounder_test/.cargo/config

7 lines
187 B
Plaintext
Raw Normal View History

2019-03-19 23:27:22 +08:00
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "arm-none-eabi-gdb -x openocd.gdb"
rustflags = ["-C", "link-arg=-Tlink.x"]
2019-03-18 19:56:26 +08:00
[build]
target = "thumbv7em-none-eabihf"