play/rust-embedded/lpc1114-test/.cargo/config.toml

10 lines
176 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "gdb -x openocd.gdb"
rustflags = [
"-C", "link-arg=-Tlink.x",
]
[build]
target = "thumbv6m-none-eabi"