[target.thumbv7em-none-eabihf]
runner = "arm-none-eabi-gdb -q -x segger.gdb"
#runner = "probe-run --chip STM32F407VGTx"

rustflags = [
  "-C", "link-arg=-Tlink.x", # LDD
]

[build]
target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)
