Attached is a patch which adds board support for the Olimex STM32-P107
and STM32-H107 connectivity line development boards.

The only difference between this board file and the
olimex_stm32_h103.cfg file is that the WORKSPACE size is larger --
these devices have 64kb of ram instead of 20kb of ram.

~Luke
From ea60b93a635ec345aca73dd1cb9815a5b41adb6a Mon Sep 17 00:00:00 2001
From: Dale Lukas Peterson <hazelnu...@gmail.com>
Date: Wed, 15 Jun 2011 15:12:54 -0700
Subject: [PATCH] Added Olimex STM32 {H,P}107.cfg board

---
 tcl/board/olimex_stm32_h107.cfg |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
 create mode 100644 tcl/board/olimex_stm32_h107.cfg

diff --git a/tcl/board/olimex_stm32_h107.cfg b/tcl/board/olimex_stm32_h107.cfg
new file mode 100644
index 0000000..c21e19b
--- /dev/null
+++ b/tcl/board/olimex_stm32_h107.cfg
@@ -0,0 +1,8 @@
+# Olimex STM32-H107 and STM32-P107 eval boards
+# 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
+
+source [find target/stm32.cfg]
-- 
1.7.4.1

_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to