summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Replace 'jtag.c' with 'core.c' in code comments.zwelch2009-06-092-2/+2
* Remove accidental duplicate of hasKHz; fixes pre-init speed setup.zwelch2009-06-092-3/+2
* Split main jtag.c file into two layers:zwelch2009-06-093-1221/+1279
* Merge documentation for jtag_add_statemove from source into header block.zwelch2009-06-092-32/+25
* Move Doxygen documentation for IR/DR scan routines to header file.zwelch2009-06-092-27/+28
* - Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'.zwelch2009-06-093-4/+4
* Remove non-existant jtag_tap_by_position API declaration.zwelch2009-06-091-1/+0
* Use unsigned type for jtag_tap_count and jtag_tap_by_abs_position.zwelch2009-06-092-5/+5
* Cleanup jtag_tap_by_abs_position:zwelch2009-06-091-9/+4
* Simplify jtag_tap_by_jim_object:zwelch2009-06-091-13/+6
* Simplify and fix bug in jtag_tap_by_string:zwelch2009-06-091-22/+15
* Allow jtag_tap_add to be called from other JTAG code modules.zwelch2009-06-091-1/+1
* Cleanup jtag_tap_count_enabled.zwelch2009-06-091-8/+5
* Change jtag_add_pathmove to set jtag_error rather than call exit():zwelch2009-06-092-3/+14
* Reduce scope or eliminate temporary variables in jtag_add_statemove:zwelch2009-06-091-18/+8
* Move documentation in jtag_add_statemove body to Doxygen block.zwelch2009-06-091-27/+23
* update zy1000 to latest minidriver workoharboe2009-06-083-1/+212
* Factor interface list to its own command:zwelch2009-06-081-3/+21
* Cleanup and simplify handle_interface_command:zwelch2009-06-081-38/+23
* Simplify jtag_add_sleep:zwelch2009-06-081-5/+3
* Simplify jtag_add_reset:zwelch2009-06-081-6/+5
* Simplify jtag_add_clocks:zwelch2009-06-081-12/+7
* Simplify jtag_add_runtest:zwelch2009-06-081-7/+1
* Simplify jtag_add_pathmove:zwelch2009-06-081-7/+4
* Simplify jtag_add_tlr:zwelch2009-06-081-6/+1
* Simplify jtag_add_plain_dr_scan:zwelch2009-06-081-12/+8
* Simplify jtag_add_dr_scan:zwelch2009-06-081-13/+9
* Simplify jtag_add_plain_ir_scan:zwelch2009-06-081-6/+5
* Simplify jtag_add_ir_scan_noverify:zwelch2009-06-081-6/+4
* Simplify jtag_execute_queue:zwelch2009-06-082-5/+11
* Simplify jtag_execute_queue_noclear:zwelch2009-06-081-10/+1
* Cleanup handle_runtest_command:zwelch2009-06-081-5/+3
* Clean up handle_jtag_reset_command:zwelch2009-06-081-11/+5
* Extend handle_jtag_n{s,t}rst_delay_command routines:zwelch2009-06-081-10/+8
* Add accessors to retrieve values of jtag_n{s,t}rst_delay variables.zwelch2009-06-082-2/+14
* Update JTAG reset delay command handlers:zwelch2009-06-081-18/+12
* Cleanup the handle_jtag_khz_command routine:zwelch2009-06-081-17/+15
* Simplify logic in handle_jtag_speed_command.zwelch2009-06-081-9/+4
* David Brownell <david-b@pacbell.net> Bugfix: $target_name cget/configure -wor...oharboe2009-06-081-1/+1
* David Brownell <david-b@pacbell.net>oharboe2009-06-081-7/+26
* Move minidummy source file, as was supposed to happen in last commit.zwelch2009-06-082-1/+1
* Finish off the dummy minidriver integration:zwelch2009-06-082-12/+19
* David Brownell <david-b@pacbell.net>:zwelch2009-06-072-8/+42
* Fix regression in mdw output; identified by Magnus Lundin.zwelch2009-06-071-3/+3
* retire endstate commandoharboe2009-06-071-23/+0
* Set svn:eol-style properties on new minidummy driver files.zwelch2009-06-072-233/+233
* Fix regressions in previous series of cleanp, caused by r2092.zwelch2009-06-071-18/+18
* minidriver build test driver "minidriver"oharboe2009-06-074-19/+264
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-072-4/+4
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-4/+2