Explorar o código

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

Keir Fraser %!s(int64=5) %!d(string=hai) anos
pai
achega
a34bf3aafb
Modificáronse 1 ficheiros con 9 adicións e 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