mirror of
https://git.code.sf.net/p/openocd/code
synced 2025-04-12 12:53:19 +00:00
With the new checkpatch we will not get this type of issues anymore. In mean time, let's fix what we have missed during the review process. Change-Id: Iecebf9d43f51a29ee09505d360792793afd24b40 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Fixes: 53556fcded05 ("tcl/interface: add Ashling Opella-LD FTDI config files") Reviewed-on: https://review.openocd.org/c/openocd/+/7530 Tested-by: jenkins
20 lines
495 B
INI
20 lines
495 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
#
|
|
# Ashling Opella-LD
|
|
#
|
|
# https://www.ashling.com/Opella-LD/
|
|
#
|
|
|
|
adapter driver ftdi
|
|
ftdi device_desc "Opella-LD Debug Probe"
|
|
ftdi vid_pid 0x0B6B 0x0040
|
|
ftdi layout_init 0x0860 0x0b7b
|
|
ftdi channel 0
|
|
ftdi layout_signal JTAGOE -data 0x0010
|
|
ftdi layout_signal nTRST -data 0x0020
|
|
ftdi layout_signal nSRST -data 0x0040
|
|
ftdi layout_signal SWD_EN -data 0x0100
|
|
ftdi layout_signal SWDIO_OE -data 0x0200
|
|
ftdi layout_signal LED -ndata 0x0800
|
|
transport select swd
|