From ecb8a2ee247981dcc5963f8846184477547ebc5c Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 17 Jul 2019 09:27:27 +1000 Subject: [PATCH] Tools: move openocd to use stlink-v2 --- Tools/debug/openocd.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tools/debug/openocd.cfg b/Tools/debug/openocd.cfg index 300db0a3de..ff248a5547 100644 --- a/Tools/debug/openocd.cfg +++ b/Tools/debug/openocd.cfg @@ -1,6 +1,7 @@ # sample openocd config file for use with ArduPilot # 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 # your microcontroller source [find target/stm32f4x.cfg]