horn_driver/.cargo/config.toml
2026-06-01 18:20:15 -04:00

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"