From 90cb0523f31d51a8173b6bfd9038a4a2c6363260 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 1 Jun 2019 21:20:02 -0400 Subject: [PATCH] dead horse --- misc/install/openocd/stm32f4discovery.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/install/openocd/stm32f4discovery.cfg b/misc/install/openocd/stm32f4discovery.cfg index dacd842fbd..9a21701a4a 100644 --- a/misc/install/openocd/stm32f4discovery.cfg +++ b/misc/install/openocd/stm32f4discovery.cfg @@ -10,4 +10,5 @@ set WORKAREASIZE 0x10000 source [find openocd/stm32f4x.cfg] -reset_config srst_only +# internet says this could help with unreliable flashing I experience on build server? +reset_config none