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