| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | update zy1000 to latest minidriver work | oharboe | 2009-06-08 | 3 | -1/+212 |
* | Factor interface list to its own command: | zwelch | 2009-06-08 | 1 | -3/+21 |
* | Cleanup and simplify handle_interface_command: | zwelch | 2009-06-08 | 1 | -38/+23 |
* | Simplify jtag_add_sleep: | zwelch | 2009-06-08 | 1 | -5/+3 |
* | Simplify jtag_add_reset: | zwelch | 2009-06-08 | 1 | -6/+5 |
* | Simplify jtag_add_clocks: | zwelch | 2009-06-08 | 1 | -12/+7 |
* | Simplify jtag_add_runtest: | zwelch | 2009-06-08 | 1 | -7/+1 |
* | Simplify jtag_add_pathmove: | zwelch | 2009-06-08 | 1 | -7/+4 |
* | Simplify jtag_add_tlr: | zwelch | 2009-06-08 | 1 | -6/+1 |
* | Simplify jtag_add_plain_dr_scan: | zwelch | 2009-06-08 | 1 | -12/+8 |
* | Simplify jtag_add_dr_scan: | zwelch | 2009-06-08 | 1 | -13/+9 |
* | Simplify jtag_add_plain_ir_scan: | zwelch | 2009-06-08 | 1 | -6/+5 |
* | Simplify jtag_add_ir_scan_noverify: | zwelch | 2009-06-08 | 1 | -6/+4 |
* | Simplify jtag_execute_queue: | zwelch | 2009-06-08 | 2 | -5/+11 |
* | Simplify jtag_execute_queue_noclear: | zwelch | 2009-06-08 | 1 | -10/+1 |
* | Cleanup handle_runtest_command: | zwelch | 2009-06-08 | 1 | -5/+3 |
* | Clean up handle_jtag_reset_command: | zwelch | 2009-06-08 | 1 | -11/+5 |
* | Extend handle_jtag_n{s,t}rst_delay_command routines: | zwelch | 2009-06-08 | 1 | -10/+8 |
* | Add accessors to retrieve values of jtag_n{s,t}rst_delay variables. | zwelch | 2009-06-08 | 2 | -2/+14 |
* | Update JTAG reset delay command handlers: | zwelch | 2009-06-08 | 1 | -18/+12 |
* | Cleanup the handle_jtag_khz_command routine: | zwelch | 2009-06-08 | 1 | -17/+15 |
* | Simplify logic in handle_jtag_speed_command. | zwelch | 2009-06-08 | 1 | -9/+4 |
* | David Brownell <david-b@pacbell.net> Bugfix: $target_name cget/configure -wor... | oharboe | 2009-06-08 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net> | oharboe | 2009-06-08 | 1 | -7/+26 |
* | Move minidummy source file, as was supposed to happen in last commit. | zwelch | 2009-06-08 | 2 | -1/+1 |
* | Finish off the dummy minidriver integration: | zwelch | 2009-06-08 | 2 | -12/+19 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-07 | 2 | -8/+42 |
* | Fix regression in mdw output; identified by Magnus Lundin. | zwelch | 2009-06-07 | 1 | -3/+3 |
* | retire endstate command | oharboe | 2009-06-07 | 1 | -23/+0 |
* | Set svn:eol-style properties on new minidummy driver files. | zwelch | 2009-06-07 | 2 | -233/+233 |
* | Fix regressions in previous series of cleanp, caused by r2092. | zwelch | 2009-06-07 | 1 | -18/+18 |
* | minidriver build test driver "minidriver" | oharboe | 2009-06-07 | 4 | -19/+264 |
* | Factoring of jtag_examine_chain for maintainability: | zwelch | 2009-06-07 | 2 | -4/+4 |
* | Factoring of jtag_examine_chain for maintainability: | zwelch | 2009-06-07 | 1 | -4/+2 |
* | Factoring of jtag_examine_chain for maintainability: | zwelch | 2009-06-07 | 1 | -35/+43 |
* | Factoring of jtag_examine_chain for maintainability: | zwelch | 2009-06-07 | 1 | -11/+15 |
* | Factoring of jtag_examine_chain for maintainability: | zwelch | 2009-06-07 | 1 | -2/+7 |
* | Factoring of jtag_examine_chain for maintainability: | zwelch | 2009-06-07 | 1 | -24/+28 |
* | Factoring of jtag_examine_chain for maintainability: | zwelch | 2009-06-07 | 1 | -25/+20 |
* | Factoring of jtag_examine_chain for maintainability: | zwelch | 2009-06-07 | 1 | -14/+23 |
* | Factoring of jtag_examine_chain for maintainability: | zwelch | 2009-06-07 | 1 | -17/+18 |
* | Factoring of jtag_examine_chain for maintainability: | zwelch | 2009-06-07 | 1 | -22/+21 |
* | Factoring of jtag_examine_chain for maintainability: | zwelch | 2009-06-07 | 1 | -31/+35 |
* | Factoring of jtag_examine_chain for maintainability: | zwelch | 2009-06-07 | 1 | -36/+36 |
* | Factoring of jtag_examine_chain for maintainability: | zwelch | 2009-06-07 | 1 | -4/+3 |
* | Factoring of jtag_examine_chain for maintainability: | zwelch | 2009-06-07 | 1 | -3/+4 |
* | Clean up handle_endstate_command(): | zwelch | 2009-06-07 | 1 | -13/+10 |
* | remove hacks no longer required to build OpenOCD w/eCos | oharboe | 2009-06-05 | 1 | -0/+8 |
* | remove unused include file: strings.h | oharboe | 2009-06-05 | 1 | -1/+0 |
* | remove unused include file: inttypes.h | oharboe | 2009-06-05 | 4 | -10/+0 |