mirror of
https://git.code.sf.net/p/openocd/code
synced 2025-04-11 04:19:45 +00:00
The SPDX tag is aimed at machine handling and it's thus expected to be placed in the first line. Change-Id: I3992856eeb28b333c38d010ef286e22471ede263 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7026 Tested-by: jenkins
19 lines
432 B
INI
19 lines
432 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# Copyright (C) 2020 Synopsys, Inc.
|
|
# Anton Kolesov <anton.kolesov@synopsys.com>
|
|
# Didin Evgeniy <didin@synopsys.com>
|
|
|
|
#
|
|
# Synopsys SDP Mainboard has embdded FT2232 chip, which is similar to Digilent
|
|
# HS-1, except that it uses channel B for JTAG communication, instead of
|
|
# channel A.
|
|
#
|
|
|
|
adapter driver ftdi
|
|
ftdi vid_pid 0x0403 0x6010
|
|
ftdi layout_init 0x0088 0x008b
|
|
ftdi channel 1
|
|
|
|
|