mirror of
https://git.code.sf.net/p/openocd/code
synced 2025-04-11 13:39:42 +00:00
The patch was created automatically using the following script: %<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<--- (cat << EOF ftdi_device_desc ftdi device_desc ftdi_serial ftdi serial ftdi_channel ftdi channel ftdi_layout_init ftdi layout_init ftdi_layout_signal ftdi layout_signal ftdi_set_signal ftdi set_signal ftdi_get_signal ftdi get_signal ftdi_vid_pid ftdi vid_pid ftdi_tdo_sample_edge ftdi tdo_sample_edge EOF ) | while read a b; do sed -i "s/$a/$b/g" $(find tcl -type f -name "*.cfg" ) done %<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<--- Change-Id: Iff781f37bb5511b7e15cbe6dcdf6d28e89fb174f Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: http://openocd.zylin.com/6333 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
37 lines
799 B
INI
37 lines
799 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
#
|
|
# PLS SPC5-UDESTK
|
|
#
|
|
# https://www.st.com/en/development-tools/spc5-udestk.html
|
|
#
|
|
# Reference the SPC56D Discovery schematics.
|
|
#
|
|
# Layout: FTDI FT2232
|
|
# ADBUS0 TCK
|
|
# ADBUS1 TDI
|
|
# ADBUS2 TDO
|
|
# ADBUS3 TMS
|
|
# ADBUS4 TMS
|
|
# ADBUS5 RTCK
|
|
# ADBUS6
|
|
# ADBUS7 LED1
|
|
#
|
|
# ACBUS0 nTRST
|
|
# ACBUS1 nSRST (external pull-down)
|
|
# ACUBS2
|
|
# ACBUS3
|
|
# ACBUS4
|
|
# ACBUS5 nSRST direction (input=L, output=H, external pull-down)
|
|
# ACBUS6 TMS direction (input=L, output=H, external pull-up)
|
|
# ACBUS7 LED2
|
|
#
|
|
|
|
adapter driver ftdi
|
|
ftdi device_desc "PLS USB/JTAG Adapter for SPC5xxx"
|
|
ftdi vid_pid 0x263d 0x4001
|
|
|
|
ftdi channel 0
|
|
ftdi layout_init 0x0008 0x000b
|
|
ftdi layout_signal nTRST -data 0x0100 -oe 0x0100
|
|
ftdi layout_signal nSRST -ndata 0x2000 -oe 0x2000
|