]> git.gag.com Git - fw/openocd/blobdiff - tcl/board/olimex_stm32_p107.cfg
Split olimex_stm32_h107.cfg.
[fw/openocd] / tcl / board / olimex_stm32_p107.cfg
diff --git a/tcl/board/olimex_stm32_p107.cfg b/tcl/board/olimex_stm32_p107.cfg
new file mode 100644 (file)
index 0000000..98c72a6
--- /dev/null
@@ -0,0 +1,10 @@
+#
+# Olimex STM32-P107
+#
+# http://olimex.com/dev/stm32-p107.html
+#
+
+# Work-area size (RAM size) = 64kB for STM32F107VC device
+set WORKAREASIZE 0x10000
+
+source [find target/stm32f1x.cfg]