This is an automated email from Gerrit. Andreas Färber ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2440
-- gerrit commit 7253caa6ac219adf0fc55c614ffabff05ba36b20 Author: Andreas Färber <[email protected]> Date: Mon Dec 15 16:28:06 2014 +0100 tcl/board: Add TI TMDX570LS20SUSB board config It is derived from ti_tmdx570ls31usb.cfg, using a different TAP ID. Change-Id: I2d911995c76ea4f75a780cc230d61f4959825809 Signed-off-by: Andreas Färber <[email protected]> diff --git a/tcl/board/ti_tmdx570ls20susb.cfg b/tcl/board/ti_tmdx570ls20susb.cfg new file mode 100644 index 0000000..2601d21 --- /dev/null +++ b/tcl/board/ti_tmdx570ls20susb.cfg @@ -0,0 +1,9 @@ +adapter_khz 1500 + +source [find interface/ftdi/xds100v2.cfg] + +set DAP_TAPID 0x0b7b302f +set JRC_TAPID $DAP_TAPID +source [find target/ti_tms570.cfg] + +reset_config trst_only -- ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
