Peter Denison <openwrt@marshadder.org> workaround for broken USBprog w/short tms...
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sun, 12 Jul 2009 14:11:43 +0000 (14:11 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sun, 12 Jul 2009 14:11:43 +0000 (14:11 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@2509 b42882b7-edfa-0310-969c-e2dbd0fdcd60

tcl/interface/usbprog.cfg

index 269ea944c501b735bef4324c17a619a0877e3039..f0841b995c41a917e3cafa3e7378e0cf87c1172f 100644 (file)
@@ -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