aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)AuthorFilesLines
2008-03-07Michael Bruck: fixed warningsoharboe1-1/+1
2008-03-07Pavel Chromy, the patch fixes an issue with PRESTO & FTD2XX under Linux.oharboe1-45/+73
2008-03-06tms is never referenced, confusing old code left behind probably.oharboe1-10/+0
2008-03-06comment.oharboe1-1/+4
2008-03-06make debug code w.r.t. incorrect args for bypass stricter.oharboe1-2/+3
2008-03-05- This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_ad...oharboe2-1/+24
2008-03-05added jtag_add_dr_out(). Better for hw fifo, same for software fifo.oharboe2-64/+134
2008-03-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe5-42/+42
2008-03-01wip. fixed gaffe in jtag_add_shift()oharboe1-1/+1
2008-03-01error handling fix.oharboe1-5/+4
2008-02-29Uwe Hermann: oharboe1-10/+15
2008-02-28fix gaffe.oharboe1-1/+0
2008-02-28fix from Pavel Chromy oharboe1-1/+0
2008-02-28jtag_add_shift() fn - minidriver work in progress.oharboe2-0/+67
2008-02-28- fix line-endingsdrath3-1646/+1646
2008-02-28Uwe Hermann fixed some warnings.oharboe3-1647/+1646
2008-02-27- fix typo in ep93xx jtag driver to allow OpenOCD compilation on ARM (thanks ...drath1-1/+1
2008-02-27- fix bug in ft2232 pathmove (thanks to Michael Bruck for the patch)drath1-2/+4
2008-02-26fix naming conflict under Windows.oharboe1-13/+13
2008-02-26oopss.. another jtag minidriver reset gaffe.oharboe1-3/+3
2008-02-26jtag_add_reset() minidriver gaffe fixed.oharboe1-23/+20
2008-02-26Next step in the JTAG minidriver. This should be fairly close to the final th...oharboe2-66/+100
2008-02-26- jtag minidriver work in progressoharboe2-64/+133
2008-02-25- remove build warningsntfreak1-1/+1
2008-02-25- convert all files to unix line-endingdrath5-5264/+5264
2008-02-25formatting.oharboe1-1841/+1841
2008-02-25Pavel Chromy style fixes.oharboe2-1048/+1047
2008-02-25Fix from Pavel Chromy.oharboe2-2156/+2159
2008-02-25From Michael Bruckoharboe2-2145/+2146
2008-02-25- using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe1-27/+26
2008-02-24- concretize JTAG state transition rules (previously implied behaviour is now...drath1-3/+16
2008-02-24sharpend JTAG docs w.r.t. hw fifo implementations and retired jtag_cancel_que...oharboe2-11/+31
2008-02-24cosmetic fixes to debug output + phasing out printf() in favour of logging sy...oharboe2-2376/+2376
2008-02-18- fix broken JTAG error handlingntfreak1-1/+3
2008-02-11- removed "starting point" for ngw100, will add it again if it is workingmifi2-35/+1
2008-02-10- added starting point for development on a ngw100 eval boardmifi2-1/+35
2008-02-10- added patch to change pathmove handlingmifi10-63/+11
2008-02-04Added patch to stop SEGFAULT with missing jtag config lines. Thanks Øyvind H...ntfreak1-2/+3
2008-01-22- added patch to fix brocken STR9 linemifi1-10/+15
2008-01-20- added patch "remove error handler as planned"mifi3-53/+21
2008-01-11- debug handler file not closed - (thanks to oyvind harboe for the patch)ntfreak1-24/+24
2008-01-07- added gdb flash fixes patch mifi3-143/+123
2007-12-29- minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak1-296/+302
2007-12-18- added patch for new flash functionality like:mifi3-5/+37
2007-12-10- Fixing two compiler warningsmifi1-9/+14
2007-12-09- added patch to display device information as INFO toomifi1-1/+1
2007-11-23- added support for Hitex STM32 Performance Stickntfreak1-0/+79
2007-10-01- flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak1-1/+1
2007-09-10- added ft2232_latency commandmlu1-2/+21
2007-09-05Patch by Michael Schwingen thatdrath5-36/+69