Browse Source

tcl/board: Add Infineon XMC4500 Application Kit configs

Tested CPU_45A-V2 (General Purpose) with ARM-USB-TINY-H (via SWD) and
with "J-Link Lite-Cortex-M V8 compiled Jul 17 2014 11:40:12" firmware.

Tested CPU_45B-V1-006 (SDRAM) with ARM-USB-TINY-H (via SWD) and
with "J-Link Lite-XMC4200 Rev.1 compiled Jul 18 2014 17:28:26" firmware.

Change-Id: I3451117606551671ec77722f6adf7d7a6a4bd576
Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-on: http://openocd.zylin.com/2481
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
df22965783
2 changed files with 20 additions and 0 deletions
  1. +8
    -0
      tcl/board/xmc4500-application-kit-general.cfg
  2. +12
    -0
      tcl/board/xmc4500-application-kit-sdram.cfg

+ 8
- 0
tcl/board/xmc4500-application-kit-general.cfg View File

@@ -0,0 +1,8 @@
#
# Infineon XMC4500 Application Kit - General Purpose
#

set CHIPNAME xmc4500
source [find target/xmc4xxx.cfg]

reset_config srst_only srst_nogate

+ 12
- 0
tcl/board/xmc4500-application-kit-sdram.cfg View File

@@ -0,0 +1,12 @@
#
# Infineon XMC4500 Application Kit - SDRAM
#

#
# Segger J-Link Lite XMC4200 on-board
#

set CHIPNAME xmc4500
source [find target/xmc4xxx.cfg]

reset_config srst_only

Loading…
Cancel
Save