Forked from Embedded Rust / lpc43xx-hal
Source project has a limited visibility.
config 333 bytes
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
#runner = "arm-none-eabi-gdb -q -x openocd.gdb"
# debian-based distros have transitioned to gdb-multiarch
runner = "gdb-multiarch -q -x openocd.gdb"
rustflags = [
  "-C", "link-arg=-Tlink.x",
  #"-C", "linker=arm-none-eabi-ld",
[build]
target = "thumbv7em-none-eabi"