I've recently had the opportunity to start testing the USBprog interface again.
Since the introduction of the "short" tms transition table, the USBprog interface has been broken. The attached patch fixes it in one way, but I don't really like the fact that it can be undone from the command prompt. It also means we can't get rid of the long table any time soon. However, on the good side - my XScale target now works as well with this adapter as it does with J-Link! Please apply - it's trivial and fixes a regression. Index: tcl/interface/usbprog.cfg =================================================================== --- tcl/interface/usbprog.cfg (revision 2503) +++ tcl/interface/usbprog.cfg (working copy) @@ -5,4 +5,5 @@ # interface usbprog +tms_sequence long _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development