8 lines
198 B
TOML
8 lines
198 B
TOML
[build]
|
|
target = "thumbv7m-none-eabi"
|
|
rustflags = [
|
|
"-C", "link-arg=-Tlink.x",
|
|
]
|
|
|
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
|
runner = "arm-none-eabi-gdb -q -x debug/openocd.gdb"
|