From 8e9b12dc8a5964cfc43996f94488759258c0f1dc Mon Sep 17 00:00:00 2001 From: Peter Stuge Date: Sun, 1 Aug 2010 03:26:48 +0200 Subject: [PATCH] Support NGX Technologies product NGX ARM USB JTAG This is a standard FT2232 device. More info at their web page: http://shop.ngxtechnologies.com/product_info.php?cPath=26&products_id=30 --- tcl/interface/ngxtech.cfg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tcl/interface/ngxtech.cfg diff --git a/tcl/interface/ngxtech.cfg b/tcl/interface/ngxtech.cfg new file mode 100644 index 0000000000..fe9d6af2aa --- /dev/null +++ b/tcl/interface/ngxtech.cfg @@ -0,0 +1,6 @@ +# http://shop.ngxtechnologies.com/product_info.php?cPath=26&products_id=30 + +interface ft2232 +ft2232_device_desc "NGX JTAG A" +ft2232_vid_pid 0x0403 0x6010 +ft2232_layout "oocdlink" -- 2.30.2