This is an automated email from Gerrit. Andrew Karpow ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/771
-- gerrit commit 54b03ad95f8f5970823db7e45369709efe8c87a2 Author: Andrew Karpow <[email protected]> Date: Fri Aug 10 00:05:06 2012 +0200 cfg: added new openocd-usb highspeed adapter The embedded projects shop released a new highspeed version of the openocd-usb adapter. These configuration files adds support for it. Change-Id: I9b23d7889f998712b9041af101e3f0b9aba85b28 Signed-off-by: Andrew Karpow <[email protected]> diff --git a/tcl/interface/ftdi/openocd-usb-hs.cfg b/tcl/interface/ftdi/openocd-usb-hs.cfg new file mode 100644 index 0000000..37a717d --- /dev/null +++ b/tcl/interface/ftdi/openocd-usb-hs.cfg @@ -0,0 +1,13 @@ +# +# embedded projects openocd usb adapter v3 +# +# http://shop.embedded-projects.net/index.php?module=artikel&action=artikel&id=14 +# + +interface ftdi +ftdi_device_desc "Dual RS232-HS" +ftdi_vid_pid 0x0403 0x6010 + +ftdi_layout_init 0x0508 0x0f1b +ftdi_layout_signal nTRST -data 0x0200 -noe 0x0100 +ftdi_layout_signal nSRST -data 0x0800 -noe 0x0400 diff --git a/tcl/interface/openocd-usb-hs.cfg b/tcl/interface/openocd-usb-hs.cfg new file mode 100644 index 0000000..ddf3dce --- /dev/null +++ b/tcl/interface/openocd-usb-hs.cfg @@ -0,0 +1,11 @@ +# +# embedded projects openocd usb adapter v3 +# +# http://shop.embedded-projects.net/index.php?module=artikel&action=artikel&id=14 +# + +interface ft2232 +ft2232_vid_pid 0x0403 0x6010 +ft2232_device_desc "Dual RS232-HS" +ft2232_layout "oocdlink" +ft2232_latency 2 -- ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
