tcl/target: add config for Milandr's 1986ве1т controller
[fw/openocd] / tcl / target / stm32f1x_stlink.cfg
index 9faaf6a0b34d5b7b4e11062f0f8834f4af32fe26..3b7daef08dcc6644f07ed1bab921c510a0ade9d4 100644 (file)
@@ -11,7 +11,7 @@ if { [info exists CPUTAPID] == 0 } {
 }
 
 if { [info exists WORKAREASIZE] == 0 } {
-   set WORKAREASIZE 0x4000
+   set WORKAREASIZE 0x1000
 }
 
 source [find target/stm32_stlink.cfg]