diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-07-12 14:11:43 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-07-12 14:11:43 +0000 |
commit | 14ed84fdbec4ec29665caac29a40fcff6c4ffd80 (patch) | |
tree | eed292550243c7412f2cc414baecf5d51df477b6 /tcl | |
parent | 6996e628f826d9a5c2c23ffe307fc3d7486aa15f (diff) | |
download | riscv-openocd-14ed84fdbec4ec29665caac29a40fcff6c4ffd80.zip riscv-openocd-14ed84fdbec4ec29665caac29a40fcff6c4ffd80.tar.gz riscv-openocd-14ed84fdbec4ec29665caac29a40fcff6c4ffd80.tar.bz2 |
Peter Denison <openwrt@marshadder.org> workaround for broken USBprog w/short tms sequences
git-svn-id: svn://svn.berlios.de/openocd/trunk@2509 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/interface/usbprog.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tcl/interface/usbprog.cfg b/tcl/interface/usbprog.cfg index 269ea94..f0841b9 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 |