Uwe Hermann <uwe@hermann-uwe.de> Drop non-A variants of ft2232 targets
git-svn-id: svn://svn.berlios.de/openocd/trunk@1499 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
66db8e7bb4
commit
5376bfd21c
|
@ -6,7 +6,7 @@
|
|||
|
||||
interface ft2232
|
||||
ft2232_layout jtagkey
|
||||
ft2232_device_desc "USB-A9260"
|
||||
ft2232_device_desc "USB-A9260 A"
|
||||
ft2232_vid_pid 0x0403 0x6010
|
||||
script interface/calao-usb-a9260.cfg
|
||||
script target/at91sam9260minimal.cfg
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
|
||||
interface ft2232
|
||||
ft2232_device_desc "Flyswatter"
|
||||
ft2232_device_desc "Flyswatter A"
|
||||
ft2232_layout "flyswatter"
|
||||
ft2232_vid_pid 0x0403 0x6010
|
||||
jtag_speed 1
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
# http://www.amontec.com/jtagkey-tiny.shtml
|
||||
#
|
||||
|
||||
interface ft2232
|
||||
ft2232_device_desc "Amontec JTAGkey"
|
||||
ft2232_layout jtagkey
|
||||
ft2232_vid_pid 0x0403 0xcff8
|
||||
# The JTAGkey-tiny uses exactly the same config as the JTAGkey.
|
||||
source [find interface/jtagkey.cfg]
|
||||
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
#
|
||||
# Luminary Micro Stellaris LM3S811 Evaluation Kit
|
||||
#
|
||||
# http://www.luminarymicro.com/products/stellaris_811_evaluation_kits.html
|
||||
#
|
||||
|
||||
interface ft2232
|
||||
ft2232_device_desc "Stellaris Evaluation Board"
|
||||
ft2232_layout evb_lm3s811
|
||||
ft2232_vid_pid 0x0403 0xbcd9
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Luminary Micro LM3S811 Evaluation Kit(s)
|
||||
# Luminary Micro Stellaris LM3S811 Evaluation Kit
|
||||
#
|
||||
# http://www.luminarymicro.com/products/stellaris_811_evaluation_kits.html
|
||||
#
|
||||
|
@ -7,4 +7,5 @@
|
|||
interface ft2232
|
||||
ft2232_device_desc "Stellaris Evaluation Board A"
|
||||
ft2232_layout evb_lm3s811
|
||||
ft2232_vid_pid 0x0403 0xbcd9
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
|
||||
interface ft2232
|
||||
ft2232_device_desc "Olimex OpenOCD JTAG"
|
||||
ft2232_device_desc "Olimex OpenOCD JTAG A"
|
||||
ft2232_layout olimex-jtag
|
||||
ft2232_vid_pid 0x15ba 0x0003
|
||||
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
#
|
||||
# Olimex ARM-USB-TINY
|
||||
#
|
||||
# http://www.olimex.com/dev/arm-usb-tiny.html
|
||||
#
|
||||
|
||||
interface ft2232
|
||||
ft2232_device_desc "Olimex OpenOCD JTAG TINY A"
|
||||
ft2232_layout olimex-jtag
|
||||
ft2232_vid_pid 0x15ba 0x0004
|
||||
|
|
@ -4,12 +4,8 @@
|
|||
# http://www.olimex.com/dev/arm-usb-tiny.html
|
||||
#
|
||||
|
||||
# TODO: FIXME
|
||||
# Linux USB tends to see the device description without the 'A' as in target/olimex-jtag-tiny.cfg,
|
||||
# but Windows still needs the 'A'. This is a replacement for Linux users.
|
||||
|
||||
interface ft2232
|
||||
ft2232_device_desc "Olimex OpenOCD JTAG TINY"
|
||||
ft2232_device_desc "Olimex OpenOCD JTAG TINY A"
|
||||
ft2232_layout olimex-jtag
|
||||
ft2232_vid_pid 0x15ba 0x0004
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
interface ft2232
|
||||
ft2232_vid_pid 0x0403 0x6010
|
||||
ft2232_device_desc "Dual RS232"
|
||||
ft2232_device_desc "Dual RS232 A"
|
||||
ft2232_layout "oocdlink"
|
||||
ft2232_latency 2
|
||||
# 6/(1+n) Mhz TCLK
|
||||
|
|
|
@ -7,5 +7,6 @@
|
|||
interface ft2232
|
||||
ft2232_layout sheevaplug
|
||||
ft2232_vid_pid 0x0403 0x6010
|
||||
# TODO: Add ft2232_device_desc?
|
||||
jtag_khz 3000
|
||||
|
||||
|
|
Loading…
Reference in New Issue