]> git.gag.com Git - fw/openocd/blobdiff - tcl/board/stm3210c_eval.cfg
cfg: add stm32eval board configs
[fw/openocd] / tcl / board / stm3210c_eval.cfg
diff --git a/tcl/board/stm3210c_eval.cfg b/tcl/board/stm3210c_eval.cfg
new file mode 100644 (file)
index 0000000..fad8737
--- /dev/null
@@ -0,0 +1,8 @@
+# This is an STM32 eval board with a single STM32F107VCT chip on it.
+# http://www.st.com/mcu/contentid-100-110-STM3210C_EVAL.html
+
+# increase working area for faster flash programming
+
+set WORKAREASIZE 32768
+
+source [find target/stm32.cfg]