From e9976aa3a879ac45dc79a96f6a87cc9fcdf7aaca Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Mon, 26 Mar 2012 14:54:24 +0100 Subject: cfg: add STM32F4x and STM3241G-EVAL config files This adds support for the STM32F4 target and the STM3241G Eval Board, in both standalone and using the onboard STLINK. Change-Id: I62f8908b5880568b2b36c78a78f94c40861ff335 Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/540 Tested-by: jenkins --- tcl/board/stm3241g_eval.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tcl/board/stm3241g_eval.cfg (limited to 'tcl/board/stm3241g_eval.cfg') diff --git a/tcl/board/stm3241g_eval.cfg b/tcl/board/stm3241g_eval.cfg new file mode 100644 index 0000000..5f1c449 --- /dev/null +++ b/tcl/board/stm3241g_eval.cfg @@ -0,0 +1,11 @@ +# STM3241G-EVAL: This is an STM32F4 eval board with a single STM32F417IGH6 +# (1024KB) chip. +# http://www.st.com/internet/evalboard/product/252216.jsp + +# increase working area to 128KB +set WORKAREASIZE 0x20000 + +# chip name +set CHIPNAME STM32F417IGH6 + +source [find target/stm32f4x.cfg] -- cgit v1.1