summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.c
Commit message (Expand)AuthorAgeFilesLines
* Split main jtag.c file into two layers:zwelch2009-06-091-2585/+0
* Merge documentation for jtag_add_statemove from source into header block.zwelch2009-06-091-27/+0
* Move Doxygen documentation for IR/DR scan routines to header file.zwelch2009-06-091-26/+0
* - Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'.zwelch2009-06-091-2/+2
* Use unsigned type for jtag_tap_count and jtag_tap_by_abs_position.zwelch2009-06-091-3/+3
* 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-091-3/+6
* 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
* 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-081-4/+1
* 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-081-2/+8
* 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
* Finish off the dummy minidriver integration:zwelch2009-06-081-7/+13
* retire endstate commandoharboe2009-06-071-23/+0
* Fix regressions in previous series of cleanp, caused by r2092.zwelch2009-06-071-18/+18
* minidriver build test driver "minidriver"oharboe2009-06-071-19/+24
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-3/+3
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-4/+2
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-35/+43
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-11/+15
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-2/+7
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-24/+28
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-25/+20
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-14/+23
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-17/+18
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-22/+21
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-31/+35
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-36/+36