-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tcl/interface: add Ashling Opella-LD FTDI config files
Adding Ashling's FTDI based Debug adapter Opella-LD's JTAG and SWD config files Change-Id: Ie0e82e3b8326de37641901f5c825372cab31de58 Signed-off-by: [email protected] Reviewed-on: http://openocd.zylin.com/6379 Tested-by: jenkins Reviewed-by: Tarek BOCHKATI <[email protected]> Reviewed-by: Antonio Borneo <[email protected]>
- Loading branch information
1 parent
186ed33
commit 53556fc
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# 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 tdo_sample_edge falling | ||
ftdi layout_init 0x0A68 0xFF7B | ||
ftdi channel 0 | ||
ftdi layout_signal JTAGOE -ndata 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 jtag |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# 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 |