mirror of
https://git.code.sf.net/p/openocd/code
synced 2025-04-11 13:39:42 +00:00
Still some config file uses deprecated commands. Replace them with the new commands. Change-Id: I6ccbfb832e0ad2012e9af160bd2d92ad104af2bb Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7181 Tested-by: jenkins
15 lines
425 B
INI
15 lines
425 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
#
|
|
# This adapter is integrated in to LambdaConcept ECPIX-5 board:
|
|
# interface/ftdi/lambdaconcept_ecpix-5.cfg
|
|
# See schematics for the ftdi layout:
|
|
# http://docs.lambdaconcept.com/ecpix-5/_static/resources/SCH_ECPIX-5_R02.PDF
|
|
|
|
adapter driver ftdi
|
|
adapter speed 10000
|
|
ftdi device_desc "Dual RS232-HS"
|
|
ftdi vid_pid 0x0403 0x6010
|
|
|
|
ftdi layout_init 0xfff8 0xfffb
|
|
transport select jtag
|