Browse Source

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>
tags/v0.9.0-rc1
Uwe Bonnes 9 years ago
committed by Paul Fertser
parent
commit
2175bb149a
2 changed files with 4 additions and 5 deletions
  1. +0
    -5
      tcl/interface/ftdi/turtelizer2-revC.cfg
  2. +4
    -0
      tcl/interface/turtelizer2.cfg

+ 0
- 5
tcl/interface/ftdi/turtelizer2-revC.cfg View File

@@ -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


+ 4
- 0
tcl/interface/turtelizer2.cfg View File

@@ -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…
Cancel
Save