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