From: oharboe Date: Sun, 12 Jul 2009 14:11:43 +0000 (+0000) Subject: Peter Denison workaround for broken USBprog w/short tms... X-Git-Tag: v0.2.0~8 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=14ed84fdbec4ec29665caac29a40fcff6c4ffd80 Peter Denison workaround for broken USBprog w/short tms sequences git-svn-id: svn://svn.berlios.de/openocd/trunk@2509 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/tcl/interface/usbprog.cfg b/tcl/interface/usbprog.cfg index 269ea944c5..f0841b995c 100644 --- a/tcl/interface/usbprog.cfg +++ b/tcl/interface/usbprog.cfg @@ -5,4 +5,6 @@ # interface usbprog - +# USBprog is broken w/short tms sequences, this is a workaround +# until the C code can be fixed. +tms_sequence long \ No newline at end of file