summaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorLaurent Charpentier <laurent_pubs@yahoo.com>2011-06-06 12:47:52 +0200
committerØyvind Harboe <oyvind@fierce.(none)>2011-06-08 07:19:43 +0200
commite899fcaca0d207eadea569b9dd9b2d54afafcfd4 (patch)
tree0035915794e72bda2f91fb851f9a044900389770 /tcl
parent01c0ffe98f87e35f21b8f392b6432d4190d1eb43 (diff)
downloadopenocd+libswd-e899fcaca0d207eadea569b9dd9b2d54afafcfd4.tar.gz
openocd+libswd-e899fcaca0d207eadea569b9dd9b2d54afafcfd4.tar.bz2
openocd+libswd-e899fcaca0d207eadea569b9dd9b2d54afafcfd4.tar.xz
openocd+libswd-e899fcaca0d207eadea569b9dd9b2d54afafcfd4.zip
Added configuration file for STM3220G-EVAL board.
Diffstat (limited to 'tcl')
-rw-r--r--tcl/board/stm3220g_eval.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/tcl/board/stm3220g_eval.cfg b/tcl/board/stm3220g_eval.cfg
new file mode 100644
index 00000000..e836f0ed
--- /dev/null
+++ b/tcl/board/stm3220g_eval.cfg
@@ -0,0 +1,11 @@
+# STM3220G-EVAL: This is an STM32F2 eval board with a single STM32F207IGT6
+# (128KB) chip.
+# http://www.st.com/internet/evalboard/product/250374.jsp
+
+# increase working area to 128KB
+set WORKAREASIZE 0x20000
+
+# chip name
+set CHIPNAME STM32F207IGT6
+
+source [find target/stm32f2xxx.cfg]