- add cfg file for Amontec JTAGKey2 jtag interface
git-svn-id: svn://svn.berlios.de/openocd/trunk@2592 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
a634b5d52e
commit
a6f9c5a796
|
@ -281,6 +281,8 @@ chips are starting to become available in JTAG adapters.
|
|||
@* Link @url{http://www.hs-augsburg.de/~hhoegl/proj/usbjtag/usbjtag.html}
|
||||
@item @b{jtagkey}
|
||||
@* See: @url{http://www.amontec.com/jtagkey.shtml}
|
||||
@item @b{jtagkey2}
|
||||
@* See: @url{http://www.amontec.com/jtagkey2.shtml}
|
||||
@item @b{oocdlink}
|
||||
@* See: @url{http://www.oocdlink.com} By Joern Kaipf
|
||||
@item @b{signalyzer}
|
||||
|
@ -1585,6 +1587,7 @@ or in a passthrough mode (neither SRST nor TRST)
|
|||
@item @b{flyswatter} Tin Can Tools Flyswatter
|
||||
@item @b{icebear} ICEbear JTAG adapter from Section 5
|
||||
@item @b{jtagkey} Amontec JTAGkey and JTAGkey-Tiny (and compatibles)
|
||||
@item @b{jtagkey2} Amontec JTAGkey2 (and compatibles)
|
||||
@item @b{m5960} American Microsystems M5960
|
||||
@item @b{olimex-jtag} Olimex ARM-USB-OCD and ARM-USB-Tiny
|
||||
@item @b{oocdlink} OOCDLink
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
#
|
||||
# Amontec JTAGkey2
|
||||
#
|
||||
# http://www.amontec.com/jtagkey2.shtml
|
||||
#
|
||||
|
||||
interface ft2232
|
||||
ft2232_device_desc "Amontec JTAGkey-2"
|
||||
ft2232_layout jtagkey
|
||||
ft2232_vid_pid 0x0403 0xCFF8
|
||||
|
Loading…
Reference in New Issue