aboutsummaryrefslogtreecommitdiff
path: root/tcl/board
diff options
context:
space:
mode:
authorUwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>2011-09-01 17:14:35 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-09-09 10:29:11 +0200
commitc50ed69e792001ef197aa64522658ba0bffdfd98 (patch)
tree49f7de5d31638ab294086411f7804bee1a02a8de /tcl/board
parent1411ad11c182d02769bb0954f7f5b01d66652a6b (diff)
Add definition for the STEVAL-PCC010 board with the STM32F207
Diffstat (limited to 'tcl/board')
-rw-r--r--tcl/board/steval_pcc010.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/tcl/board/steval_pcc010.cfg b/tcl/board/steval_pcc010.cfg
new file mode 100644
index 00000000..ddfdbb36
--- /dev/null
+++ b/tcl/board/steval_pcc010.cfg
@@ -0,0 +1,9 @@
+# Use for the STM207VG plug-in board (1 MiB Flash and 112+16 KiB Ram
+# comming with the STEVAL-PCC010 board
+# http://www.st.com/internet/evalboard/product/251530.jsp
+# or any other board with only a STM32F2x in the JTAG chain
+
+# increase working area to 32KB for faster flash programming
+set WORKAREASIZE 0x8000
+
+source [find target/stm32f2x.cfg]