Browse Source

Tools: move openocd to use stlink-v2

master
Peter Barker 6 years ago committed by Andrew Tridgell
parent
commit
ecb8a2ee24
  1. 3
      Tools/debug/openocd.cfg

3
Tools/debug/openocd.cfg

@ -1,6 +1,7 @@
# sample openocd config file for use with ArduPilot # sample openocd config file for use with ArduPilot
# ChibiOS boards # ChibiOS boards
source [find interface/stlink.cfg] #source [find interface/stlink.cfg]
source [find interface/stlink-v2.cfg]
# replace the stm32f4x with the right value for # replace the stm32f4x with the right value for
# your microcontroller # your microcontroller
source [find target/stm32f4x.cfg] source [find target/stm32f4x.cfg]

Loading…
Cancel
Save