mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
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 <afaerber@suse.de> Reviewed-on: http://openocd.zylin.com/2440 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com> Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
committed by
Spencer Oliver
parent
145f8ed817
commit
7ca77b090b
9
tcl/board/ti_tmdx570ls20susb.cfg
Normal file
9
tcl/board/ti_tmdx570ls20susb.cfg
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user