mirror of
https://git.code.sf.net/p/openocd/code
synced 2025-04-12 10:33:13 +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
17 lines
424 B
INI
17 lines
424 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
#
|
|
# This adapter is integrated in to Radiona ULX3S board:
|
|
# board/radiona_ulx3s.cfg
|
|
# See schematics for the ft232r layout:
|
|
# https://github.com/emard/ulx3s/blob/master/doc/schematics_v316.pdf
|
|
|
|
adapter driver ft232r
|
|
adapter speed 1000
|
|
ft232r vid_pid 0x0403 0x6015
|
|
ft232r tck_num DSR
|
|
ft232r tms_num DCD
|
|
ft232r tdi_num RI
|
|
ft232r tdo_num CTS
|
|
ft232r trst_num RTS
|
|
ft232r srst_num DTR
|