aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-09Expose jtag_unregister_event_callback with related API declarations.zwelch1-0/+1
2009-06-09Improve encapsulation of JTAG event handling:zwelch3-41/+38
2009-06-09Properly encapsulate core hasKHZ variable.zwelch2-8/+4
2009-06-09Cleanup and encapsulate IR Capture verification:zwelch3-15/+21
2009-06-09Add missing static keywords to a few variables in JTAG core module.zwelch1-5/+5
2009-06-09Move the jtag_error helper routines out of header file:zwelch2-29/+37
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch13-10/+37
2009-06-09Remove superfluous extern for non-existant global variable.zwelch1-2/+0
2009-06-09Add get and set accessors for jtag_speed:zwelch11-18/+39
2009-06-09Encapsulate the jtag_event_callback list; add helper functions if needed.zwelch2-3/+1
2009-06-09Encapsulate the jtag_trst and jtag_srst variables:zwelch4-6/+17
2009-06-09Move extern of nvp_jtag_tap_event from jtag.h to tcl.c.zwelch2-2/+2
2009-06-09Remove superfluous extern of jtag_event_strings from jtag.h.zwelch1-2/+0
2009-06-09remove native line styleoharboe1-1028/+1028
2009-06-09removed native line end style - breaks cygwinoharboe0-0/+0
2009-06-09Replace 'jtag.c' with 'core.c' in code comments.zwelch2-2/+2
2009-06-09Remove accidental duplicate of hasKHz; fixes pre-init speed setup.zwelch2-3/+2
2009-06-09Provide brief description of newly factored TCL layer in The Manual.zwelch1-0/+11
2009-06-09Split main jtag.c file into two layers:zwelch3-1221/+1279
2009-06-09Merge documentation for jtag_add_statemove from source into header block.zwelch2-32/+25
2009-06-09Move Doxygen documentation for IR/DR scan routines to header file.zwelch2-27/+28
2009-06-09- Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'.zwelch3-4/+4
2009-06-09Remove non-existant jtag_tap_by_position API declaration.zwelch1-1/+0
2009-06-09Use unsigned type for jtag_tap_count and jtag_tap_by_abs_position.zwelch2-5/+5
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():zwelch2-3/+14
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-09Revert changes from r2134 that snuck into the commit. Mea culpa.zwelch1-45/+21
2009-06-09David Brownell <david-b@pacbell.net>:zwelch2-21/+163
2009-06-08Fix eol-style on guess-rev.shkc8apf0-0/+0
2009-06-08update zy1000 to latest minidriver workoharboe4-7/+217
2009-06-08Zach Welch wrote a fix for configure problems under Cygwin. oharboe1-13/+13
2009-06-08Add documentation for new interface_list command to user guide.zwelch1-0/+5
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