summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix make maintainer-clean for out-of-tree builds.zwelch2009-06-099-9/+9
* Encapsulate the core jtag interface pointer:zwelch2009-06-093-26/+44
* Continue encapsulation of JTAG event callback sub-API:zwelch2009-06-092-9/+12
* Add jtag_event_handler_t:zwelch2009-06-092-5/+18
* Expose jtag_unregister_event_callback with related API declarations.zwelch2009-06-091-0/+1
* Improve encapsulation of JTAG event handling:zwelch2009-06-093-41/+38
* Properly encapsulate core hasKHZ variable.zwelch2009-06-092-8/+4
* Cleanup and encapsulate IR Capture verification:zwelch2009-06-093-15/+21
* Add missing static keywords to a few variables in JTAG core module.zwelch2009-06-091-5/+5
* Move the jtag_error helper routines out of header file:zwelch2009-06-092-29/+37
* Encapsulate jtag_reset_config using accessors:zwelch2009-06-0913-10/+37
* Remove superfluous extern for non-existant global variable.zwelch2009-06-091-2/+0
* Add get and set accessors for jtag_speed:zwelch2009-06-0911-18/+39
* Encapsulate the jtag_event_callback list; add helper functions if needed.zwelch2009-06-092-3/+1
* Encapsulate the jtag_trst and jtag_srst variables:zwelch2009-06-094-6/+17
* Move extern of nvp_jtag_tap_event from jtag.h to tcl.c.zwelch2009-06-092-2/+2
* Remove superfluous extern of jtag_event_strings from jtag.h.zwelch2009-06-091-2/+0
* 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