summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
...
* David Brownell <david-b@pacbell.net>:zwelch2009-06-163-7/+11
* David Brownell <david-b@pacbell.net>:zwelch2009-06-162-6/+14
* David Brownell <david-b@pacbell.net>:zwelch2009-06-163-16/+17
* David Brownell <david-b@pacbell.net>:zwelch2009-06-121-0/+6
* David Brownell <david-b@pacbell.net>:zwelch2009-06-122-6/+22
* Fix unitialized use of cur_speed in handle_jtag_khz_command:zwelch2009-06-121-1/+1
* Improve vsllink command argument handling:zwelch2009-06-121-14/+11
* Improve handle_runtest_command:zwelch2009-06-121-1/+6
* Improve VID/PID command argument handling in FTDI driver:zwelch2009-06-121-7/+13
* Improve handle_irscan_command:zwelch2009-06-121-5/+16
* Improve JTAG reset, speed, and khz handlers to use parse_uint helper.zwelch2009-06-121-5/+23
* 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