Browse Source

tcl/board: Add Infineon XMC1100 Boot Kit config

Tested with "J-Link Lite-XMC4200 Rev.1 compiled Jul 18 2014 17:28:26".

Change-Id: Icc03172cefe38f2217bf44a73f94f8a6fb93dfba
Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-on: http://openocd.zylin.com/2472
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
tags/v0.9.0-rc1
Andreas Färber 9 years ago
committed by Paul Fertser
parent
commit
e8aa3524d2
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      tcl/board/xmc1100-boot-kit.cfg

+ 14
- 0
tcl/board/xmc1100-boot-kit.cfg View File

@@ -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

Loading…
Cancel
Save