horn_driver/.cargo/config.toml

9 lines
201 B
TOML
Raw Permalink Normal View History

[build]
2026-06-16 12:39:20 -04:00
target = "thumbv7em-none-eabihf"
rustflags = [
"-C", "link-arg=-Tlink.x",
]
2026-06-01 18:19:56 -04:00
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "arm-none-eabi-gdb -q -x debug/openocd.gdb"