summaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2010-08-01 03:26:48 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-08-01 09:10:47 +0200
commit8e9b12dc8a5964cfc43996f94488759258c0f1dc (patch)
treea8751c3f886455e80039ecacdbf98bf69834be06 /tcl
parent8772355bbd507f4cd191d589d7ab5060b97c1818 (diff)
downloadopenocd+libswd-8e9b12dc8a5964cfc43996f94488759258c0f1dc.tar.gz
openocd+libswd-8e9b12dc8a5964cfc43996f94488759258c0f1dc.tar.bz2
openocd+libswd-8e9b12dc8a5964cfc43996f94488759258c0f1dc.tar.xz
openocd+libswd-8e9b12dc8a5964cfc43996f94488759258c0f1dc.zip
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
Diffstat (limited to 'tcl')
-rw-r--r--tcl/interface/ngxtech.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/tcl/interface/ngxtech.cfg b/tcl/interface/ngxtech.cfg
new file mode 100644
index 00000000..fe9d6af2
--- /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"