aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-09Split main jtag.c file into two layers:zwelch1-2585/+0
2009-06-09Merge documentation for jtag_add_statemove from source into header block.zwelch1-27/+0
2009-06-09Move Doxygen documentation for IR/DR scan routines to header file.zwelch1-26/+0
2009-06-09- Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'.zwelch1-2/+2
2009-06-09Use unsigned type for jtag_tap_count and jtag_tap_by_abs_position.zwelch1-3/+3
2009-06-09Cleanup jtag_tap_by_abs_position:zwelch1-9/+4
2009-06-09Simplify jtag_tap_by_jim_object:zwelch1-13/+6
2009-06-09Simplify and fix bug in jtag_tap_by_string:zwelch1-22/+15
2009-06-09Allow jtag_tap_add to be called from other JTAG code modules.zwelch1-1/+1
2009-06-09Cleanup jtag_tap_count_enabled.zwelch1-8/+5
2009-06-09Change jtag_add_pathmove to set jtag_error rather than call exit():zwelch1-3/+6
2009-06-09Reduce scope or eliminate temporary variables in jtag_add_statemove:zwelch1-18/+8
2009-06-09Move documentation in jtag_add_statemove body to Doxygen block.zwelch1-27/+23
2009-06-08Factor interface list to its own command:zwelch1-3/+21
2009-06-08Cleanup and simplify handle_interface_command:zwelch1-38/+23
2009-06-08Simplify jtag_add_sleep:zwelch1-5/+3
2009-06-08Simplify jtag_add_reset:zwelch1-6/+5
2009-06-08Simplify jtag_add_clocks:zwelch1-12/+7
2009-06-08Simplify jtag_add_runtest:zwelch1-7/+1
2009-06-08Simplify jtag_add_pathmove:zwelch1-7/+4
2009-06-08Simplify jtag_add_tlr:zwelch1-6/+1
2009-06-08Simplify jtag_add_plain_dr_scan:zwelch1-12/+8
2009-06-08Simplify jtag_add_dr_scan:zwelch1-13/+9
2009-06-08Simplify jtag_add_plain_ir_scan:zwelch1-6/+5
2009-06-08Simplify jtag_add_ir_scan_noverify:zwelch1-6/+4
2009-06-08Simplify jtag_execute_queue:zwelch1-4/+1
2009-06-08Simplify jtag_execute_queue_noclear:zwelch1-10/+1
2009-06-08Cleanup handle_runtest_command:zwelch1-5/+3
2009-06-08Clean up handle_jtag_reset_command:zwelch1-11/+5
2009-06-08Extend handle_jtag_n{s,t}rst_delay_command routines:zwelch1-10/+8
2009-06-08Add accessors to retrieve values of jtag_n{s,t}rst_delay variables.zwelch1-2/+8
2009-06-08Update JTAG reset delay command handlers:zwelch1-18/+12
2009-06-08Cleanup the handle_jtag_khz_command routine:zwelch1-17/+15
2009-06-08Simplify logic in handle_jtag_speed_command.zwelch1-9/+4
2009-06-08Finish off the dummy minidriver integration:zwelch1-7/+13
2009-06-07retire endstate commandoharboe1-23/+0
2009-06-07Fix regressions in previous series of cleanp, caused by r2092.zwelch1-18/+18
2009-06-07minidriver build test driver "minidriver"oharboe1-19/+24
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch1-3/+3
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch1-4/+2
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch1-35/+43
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch1-11/+15
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch1-2/+7
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch1-24/+28
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch1-25/+20
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch1-14/+23
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch1-17/+18
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch1-22/+21
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch1-31/+35
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch1-36/+36