From e8aa3524d24463dc39447363277814585ef590e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20F=C3=A4rber?= Date: Sun, 18 Jan 2015 01:28:20 +0100 Subject: [PATCH] tcl/board: Add Infineon XMC1100 Boot Kit config MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Tested with "J-Link Lite-XMC4200 Rev.1 compiled Jul 18 2014 17:28:26". Change-Id: Icc03172cefe38f2217bf44a73f94f8a6fb93dfba Signed-off-by: Andreas Färber Reviewed-on: http://openocd.zylin.com/2472 Tested-by: jenkins Reviewed-by: Spencer Oliver --- tcl/board/xmc1100-boot-kit.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tcl/board/xmc1100-boot-kit.cfg diff --git a/tcl/board/xmc1100-boot-kit.cfg b/tcl/board/xmc1100-boot-kit.cfg new file mode 100644 index 0000000000..4c83fd3ace --- /dev/null +++ b/tcl/board/xmc1100-boot-kit.cfg @@ -0,0 +1,14 @@ +# +# Infineon XMC1100 Boot Kit +# + +# +# Segger J-Link Lite XMC4200 on-board +# +source [find interface/jlink.cfg] +transport select swd + +set CHIPNAME xmc1100 +source [find target/xmc1xxx.cfg] + +reset_config srst_only srst_nogate -- 2.30.2