This is an automated email from Gerrit. Andreas Färber (afaer...@suse.de) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2481
-- gerrit commit 0cb7a9963bf3f5c915f9b3cfe73ba23af88ab134 Author: Andreas Färber <afaer...@suse.de> Date: Sun Jan 18 17:56:38 2015 +0100 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 <afaer...@suse.de> diff --git a/tcl/board/xmc4500-application-kit-general.cfg b/tcl/board/xmc4500-application-kit-general.cfg new file mode 100644 index 0000000..ce1b929 --- /dev/null +++ b/tcl/board/xmc4500-application-kit-general.cfg @@ -0,0 +1,10 @@ +# +# Infineon XMC4500 Application Kit - General Purpose +# + +adapter_khz 1000 + +set CHIPNAME xmc4500 +source [find target/xmc4xxx.cfg] + +reset_config srst_only srst_nogate diff --git a/tcl/board/xmc4500-application-kit-sdram.cfg b/tcl/board/xmc4500-application-kit-sdram.cfg new file mode 100644 index 0000000..4f84959 --- /dev/null +++ b/tcl/board/xmc4500-application-kit-sdram.cfg @@ -0,0 +1,14 @@ +# +# Infineon XMC4500 Application Kit - SDRAM +# + +# +# Segger J-Link Lite XMC4200 on-board +# + +adapter_khz 1000 + +set CHIPNAME xmc4500 +source [find target/xmc4xxx.cfg] + +reset_config srst_only -- ------------------------------------------------------------------------------ New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choose from 2 high performing configs, both with 100TB of bandwidth. Higher redundancy.Lower latency.Increased capacity.Completely compliant. http://p.sf.net/sfu/gigenet _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel