mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
tcl/interface/ftdi: support for SIPEED RV-Debugger
BL702-based JTAG debugger that emulates FT2232D device Change-Id: Iefbf03645e6d8d154f4b1cad3385b8bc09da37dd Signed-off-by: gudvinr <gudvinr@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7830 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
This commit is contained in:
13
tcl/interface/ftdi/sipeed-rv-debugger.cfg
Normal file
13
tcl/interface/ftdi/sipeed-rv-debugger.cfg
Normal file
@@ -0,0 +1,13 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#
|
||||
# Interface file for BL702-based SIPEED RV Debugger
|
||||
#
|
||||
|
||||
adapter driver ftdi
|
||||
adapter speed 6000
|
||||
|
||||
ftdi device_desc "JTAG Debugger"
|
||||
ftdi vid_pid 0x0403 0x6010
|
||||
ftdi layout_init 0x0008 0x001b
|
||||
ftdi layout_signal nSRST -oe 0x0020 -data 0x0020
|
||||
Reference in New Issue
Block a user