This is an automated email from Gerrit.

Uwe Hermann ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/566

-- gerrit

commit b618b4a805a1f207464f92f809038cd9526abda1
Author: Uwe Hermann <[email protected]>
Date:   Sun Apr 15 18:42:39 2012 +0200

    Split olimex_stm32_h107.cfg.
    
    Use one board file per eval board, so that the filename matches the
    exact board the user has / wants to use. Merging different boards into
    one file is confusing.
    
    Change-Id: I7c50233924a87a913723d7215c4851039c2971bc
    Signed-off-by: Uwe Hermann <[email protected]>

diff --git a/tcl/board/olimex_stm32_h107.cfg b/tcl/board/olimex_stm32_h107.cfg
index 1d34a23..e54fb4e 100644
--- a/tcl/board/olimex_stm32_h107.cfg
+++ b/tcl/board/olimex_stm32_h107.cfg
@@ -1,6 +1,8 @@
-# Olimex STM32-H107 and STM32-P107 eval boards
+#
+# Olimex STM32-H107
+#
 # http://olimex.com/dev/stm32-h107.html
-# http://olimex.com/dev/stm32-p107.html
+#
 
 # Work-area size (RAM size) = 64kB for STM32F107VC device
 set WORKAREASIZE 0x10000
diff --git a/tcl/board/olimex_stm32_p107.cfg b/tcl/board/olimex_stm32_p107.cfg
new file mode 100644
index 0000000..98c72a6
--- /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]

-- 

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to