diff options
author | Peter 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 |
commit | 8e9b12dc8a5964cfc43996f94488759258c0f1dc (patch) | |
tree | a8751c3f886455e80039ecacdbf98bf69834be06 /tcl/interface | |
parent | 8772355bbd507f4cd191d589d7ab5060b97c1818 (diff) | |
download | openocd_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/interface')
-rw-r--r-- | tcl/interface/ngxtech.cfg | 6 |
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" |