0
0
mirror of https://git.code.sf.net/p/openocd/code synced 2025-04-12 12:53:19 +00:00
Files
openocd/tcl/interface/ftdi/ashling-opella-ld-swd.cfg
Antonio Borneo b4e28446b8 tcl: remove exec permission to tcl config files
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
2023-03-18 22:00:36 +00:00

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