aboutsummaryrefslogtreecommitdiff
path: root/tcl/board/olimex_stm32_p107.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/board/olimex_stm32_p107.cfg')
-rw-r--r--tcl/board/olimex_stm32_p107.cfg10
1 files changed, 10 insertions, 0 deletions
diff --git a/tcl/board/olimex_stm32_p107.cfg b/tcl/board/olimex_stm32_p107.cfg
new file mode 100644
index 00000000..98c72a6e
--- /dev/null
+++ b/tcl/board/olimex_stm32_p107.cfg
@@ -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]