summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
* Michael Bruck: fixed warningsoharboe2008-03-071-1/+1
* Pavel Chromy, the patch fixes an issue with PRESTO & FTD2XX under Linux.oharboe2008-03-071-45/+73
* tms is never referenced, confusing old code left behind probably.oharboe2008-03-061-10/+0
* comment.oharboe2008-03-061-1/+4
* make debug code w.r.t. incorrect args for bypass stricter.oharboe2008-03-061-2/+3
* - This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_ad...oharboe2008-03-052-1/+24
* added jtag_add_dr_out(). Better for hw fifo, same for software fifo.oharboe2008-03-052-64/+134
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-025-42/+42
* wip. fixed gaffe in jtag_add_shift()oharboe2008-03-011-1/+1
* error handling fix.oharboe2008-03-011-5/+4
* Uwe Hermann: oharboe2008-02-291-10/+15
* fix gaffe.oharboe2008-02-281-1/+0
* fix from Pavel Chromy oharboe2008-02-281-1/+0
* jtag_add_shift() fn - minidriver work in progress.oharboe2008-02-282-0/+67
* - fix line-endingsdrath2008-02-283-1646/+1646
* Uwe Hermann fixed some warnings.oharboe2008-02-283-1647/+1646
* - fix typo in ep93xx jtag driver to allow OpenOCD compilation on ARM (thanks ...drath2008-02-271-1/+1
* - fix bug in ft2232 pathmove (thanks to Michael Bruck for the patch)drath2008-02-271-2/+4
* fix naming conflict under Windows.oharboe2008-02-261-13/+13
* oopss.. another jtag minidriver reset gaffe.oharboe2008-02-261-3/+3
* jtag_add_reset() minidriver gaffe fixed.oharboe2008-02-261-23/+20
* Next step in the JTAG minidriver. This should be fairly close to the final th...oharboe2008-02-262-66/+100
* - jtag minidriver work in progressoharboe2008-02-262-64/+133
* - remove build warningsntfreak2008-02-251-1/+1
* - convert all files to unix line-endingdrath2008-02-255-5264/+5264
* formatting.oharboe2008-02-251-1841/+1841
* Pavel Chromy style fixes.oharboe2008-02-252-1048/+1047
* Fix from Pavel Chromy.oharboe2008-02-252-2156/+2159
* From Michael Bruckoharboe2008-02-252-2145/+2146
* - using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe2008-02-251-27/+26
* - concretize JTAG state transition rules (previously implied behaviour is now...drath2008-02-241-3/+16
* sharpend JTAG docs w.r.t. hw fifo implementations and retired jtag_cancel_que...oharboe2008-02-242-11/+31
* cosmetic fixes to debug output + phasing out printf() in favour of logging sy...oharboe2008-02-242-2376/+2376
* - fix broken JTAG error handlingntfreak2008-02-181-1/+3
* - removed "starting point" for ngw100, will add it again if it is workingmifi2008-02-112-35/+1
* - added starting point for development on a ngw100 eval boardmifi2008-02-102-1/+35
* - added patch to change pathmove handlingmifi2008-02-1010-63/+11
* Added patch to stop SEGFAULT with missing jtag config lines. Thanks Øyvind H...ntfreak2008-02-041-2/+3
* - added patch to fix brocken STR9 linemifi2008-01-221-10/+15
* - added patch "remove error handler as planned"mifi2008-01-203-53/+21
* - debug handler file not closed - (thanks to oyvind harboe for the patch)ntfreak2008-01-111-24/+24
* - added gdb flash fixes patch mifi2008-01-073-143/+123
* - minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak2007-12-291-296/+302
* - added patch for new flash functionality like:mifi2007-12-183-5/+37
* - Fixing two compiler warningsmifi2007-12-101-9/+14
* - added patch to display device information as INFO toomifi2007-12-091-1/+1
* - added support for Hitex STM32 Performance Stickntfreak2007-11-231-0/+79
* - flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak2007-10-011-1/+1
* - added ft2232_latency commandmlu2007-09-101-2/+21
* Patch by Michael Schwingen thatdrath2007-09-055-36/+69