Explorar el Código

STM32F7: Add an OpenOCD board script for program/debug via SWD

Keir Fraser hace 5 años
padre
commit
a34bf3aafb
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      scripts/openocd_gw_f7.cfg

+ 9 - 0
scripts/openocd_gw_f7.cfg

@@ -0,0 +1,9 @@
+# OpenOCD board configuration for Greaseweazle STM32F730xx
+
+source [find interface/stlink.cfg]
+
+transport select hla_swd
+
+source [find target/stm32f7x.cfg]
+
+reset_config none