forked from auracaster/openocd
Add SWD_EN and SWDIO_OE config for Digilent HS2 Change-Id: I3f7479bbe2e518ad6f84bf9eb729b54fee4a0f9b Signed-off-by: Joshua Nekl <Joshua.Nekl@skyworksinc.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7863 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
15 lines
339 B
INI
15 lines
339 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# this supports JTAG-HS2 (and apparently Nexys4 as well)
|
|
|
|
adapter driver ftdi
|
|
ftdi device_desc "Digilent Adept USB Device"
|
|
ftdi vid_pid 0x0403 0x6014
|
|
|
|
ftdi channel 0
|
|
ftdi layout_init 0x00e8 0x60eb
|
|
ftdi layout_signal SWD_EN -data 0x6000
|
|
ftdi layout_signal SWDIO_OE -data 0x20
|
|
|
|
reset_config none
|