This is an automated email from Gerrit. Paul Fertser ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1438
-- gerrit commit 10cb57c9ecca7069d6474ab7d1be17212fb9dbe9 Author: Paul Fertser <[email protected]> Date: Sat Jun 8 19:15:48 2013 +0400 ftdi: config for TUMPA Add a config file for TIAO USB Multi-Protocol Adapter. Based on schematics from http://www.mediafire.com/?zv158nnx1gv0cy2 Cc: Volkan K <[email protected]> Change-Id: I0dfd93b0b1e558e4ccd7c94c005c099947ec94df Signed-off-by: Paul Fertser <[email protected]> diff --git a/tcl/interface/ftdi/tumpa.cfg b/tcl/interface/ftdi/tumpa.cfg new file mode 100644 index 0000000..412dd95 --- /dev/null +++ b/tcl/interface/ftdi/tumpa.cfg @@ -0,0 +1,15 @@ +# +# TIAO USB Multi-Protocol Adapter (TUMPA) +# +# http://www.diygadget.com/tiao-usb-multi-protocol-adapter-jtag-spi-i2c-serial.html +# + +interface ftdi +ftdi_device_desc "TIAO USB Multi-Protocol Adapter (TUMPA)" +ftdi_vid_pid 0x0403 0x8a98 + +ftdi_layout_init 0x0838 0x087b +ftdi_layout_signal nTRST -data 0x0020 +ftdi_layout_signal nSRST -data 0x0010 + +reset_config srst_push_pull -- ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of enterprise services 3. A single system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
