From 2a605ea22680843f3c17e3e5b8d7a822756cf9a9 Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Fri, 22 Mar 2019 09:44:13 +0100 Subject: [PATCH] boards: stm32f4_disco: Update openocd config When using V0.10.0 SDK, flashing is not working anymore on stm32f4_disco. Using st_nucleo_f4.cfg instead of stm32f4discovery.cfg solves the issue. Signed-off-by: Erwan Gouriou --- boards/arm/stm32f4_disco/support/openocd.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/arm/stm32f4_disco/support/openocd.cfg b/boards/arm/stm32f4_disco/support/openocd.cfg index 837f0cd2958..d1426b667d5 100644 --- a/boards/arm/stm32f4_disco/support/openocd.cfg +++ b/boards/arm/stm32f4_disco/support/openocd.cfg @@ -1,4 +1,4 @@ -source [find board/stm32f4discovery.cfg] +source [find board/st_nucleo_f4.cfg] $_TARGETNAME configure -event gdb-attach { echo "Debugger attaching: halting execution"