summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
...
* Use parse_uint helper to replace strtoul call in jtag_tap_by_string.zwelch2009-06-121-3/+2
* Simplify and improve gw16012_handle_parport_command:zwelch2009-06-121-5/+16
* Simplify and improve amt_jtagaccel_handle_parport_port_command:zwelch2009-06-121-6/+18
* Simplify and improve parport_handle_parport_port_command:zwelch2009-06-121-5/+16
* Move jtag_get_flush_queue_count near jtag_execute_queue (fix its docs).zwelch2009-06-111-4/+5
* Improve grouping of JTAG KHz and verification accessors in header file.zwelch2009-06-111-10/+17
* Group JTAG reset configuration and accessor APIs together in header file.zwelch2009-06-111-16/+13
* Move jtag_error helper declarations to the end of the header.zwelch2009-06-111-15/+15
* Out-of-line jtag_tap_next_enabled and simplify its logic.zwelch2009-06-112-27/+13
* Move jtag_add_statemove decl/body nearer jtag_add_pathmove.zwelch2009-06-112-77/+77
* added pathmove commandoharboe2009-06-101-0/+44
* Improve use of automake conditionals for FTDI-based JTAG drivers:zwelch2009-06-091-10/+2
* Simplify JTAG automake input file:zwelch2009-06-091-98/+40
* Rename jtag_driver.c as driver.c to remove duplicate name component.zwelch2009-06-092-1/+1
* Fix make maintainer-clean for out-of-tree builds.zwelch2009-06-091-1/+1
* 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-0910-8/+30
* 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-092-4/+15
* 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-091-1/+1
* 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-092-3/+3
* 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