turtelizer2-revC: Tested with real hardware.
Also some hints around deprecated tcl/interface/turtelizer2.cfg added. Change-Id: Ifa57b49febffaeddd5d8ff0a48833d3544927b10 Signed-off-by: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de> Reviewed-on: http://openocd.zylin.com/2584 Tested-by: jenkins Reviewed-by: Harald Kipp Reviewed-by: Paul Fertser <fercerpav@gmail.com>__archive__
parent
1cd3fdf2f6
commit
2175bb149a
|
@ -4,11 +4,6 @@
|
|||
# http://www.ethernut.de/en/hardware/turtelizer/index.html
|
||||
#
|
||||
|
||||
echo "WARNING!"
|
||||
echo "This file was not tested with real interface, it is based on schematics and code"
|
||||
echo "in ft2232.c. Please report your experience with this file to openocd-devel"
|
||||
echo "mailing list, so it could be marked as working or fixed."
|
||||
|
||||
interface ftdi
|
||||
ftdi_device_desc "Turtelizer JTAG/RS232 Adapter"
|
||||
ftdi_vid_pid 0x0403 0xbdc8
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
#
|
||||
# http://www.ethernut.de/en/hardware/turtelizer/index.html
|
||||
#
|
||||
# Deprecated, if possible use tcl/interface/ftdi/turtelizer...
|
||||
# To run, one of following configure option needed
|
||||
# --enable-legacy-ft2232_libftdi
|
||||
# --enable-legacy-ft2232_ftd2xx
|
||||
|
||||
interface ft2232
|
||||
ft2232_device_desc "Turtelizer JTAG/RS232 Adapter"
|
||||
|
|
Loading…
Reference in New Issue