summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
Commit message (Expand)AuthorAgeFilesLines
...
* Continue encapsulation of JTAG event callback sub-API:zwelch2009-06-091-9/+5
* Add jtag_event_handler_t:zwelch2009-06-091-3/+16
* Expose jtag_unregister_event_callback with related API declarations.zwelch2009-06-091-0/+1
* Improve encapsulation of JTAG event handling:zwelch2009-06-091-2/+0
* Cleanup and encapsulate IR Capture verification:zwelch2009-06-091-2/+3
* Move the jtag_error helper routines out of header file:zwelch2009-06-091-25/+8
* Encapsulate jtag_reset_config using accessors:zwelch2009-06-091-1/+2
* Remove superfluous extern for non-existant global variable.zwelch2009-06-091-2/+0
* Add get and set accessors for jtag_speed:zwelch2009-06-091-1/+11
* Encapsulate the jtag_event_callback list; add helper functions if needed.zwelch2009-06-091-2/+0
* Encapsulate the jtag_trst and jtag_srst variables:zwelch2009-06-091-2/+4
* Move extern of nvp_jtag_tap_event from jtag.h to tcl.c.zwelch2009-06-091-2/+0
* Remove superfluous extern of jtag_event_strings from jtag.h.zwelch2009-06-091-2/+0
* Merge documentation for jtag_add_statemove from source into header block.zwelch2009-06-091-5/+25
* Move Doxygen documentation for IR/DR scan routines to header file.zwelch2009-06-091-1/+28
* - Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'.zwelch2009-06-091-1/+1
* 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-091-2/+2
* Change jtag_add_pathmove to set jtag_error rather than call exit():zwelch2009-06-091-0/+8
* Simplify jtag_execute_queue:zwelch2009-06-081-1/+10
* Add accessors to retrieve values of jtag_n{s,t}rst_delay variables.zwelch2009-06-081-0/+6
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-1/+1
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-2/+2
* Add accessors for jtag_verify; use them in jim command handler.zwelch2009-06-051-0/+4
* Add accessors for reset delays; use them in jim command handlers.zwelch2009-06-051-0/+2
* Add accessors for speed_khz; use them in jim command handler.zwelch2009-06-051-0/+2
* Add jtag_get_flush_queue_count accessor to help future factoring.zwelch2009-06-041-0/+3
* Clean up the core JTAG TAP APIs:zwelch2009-06-041-0/+1
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-2/+2
* Introduce jtag_get_end_state() fn to clarify code a bit.oharboe2009-06-041-1/+8
* tiny bit of encapsulation of global end state. No longer expose it as a globa...oharboe2009-06-041-2/+0
* jtag_add_end_state() now returns the value of the global variable and does no...oharboe2009-06-041-1/+10
* JTAG_TRST_ASSERTED event cleanup. More clear where and when it is invoked and...oharboe2009-06-041-0/+11
* Finish JTAG header file modularization; command factoring follows.zwelch2009-06-031-4/+0
* Move JTAG command APIs into new jtag/commands.h header file.zwelch2009-06-031-134/+1
* Improve in-source documentation that was causing Doxygen warnings.zwelch2009-06-031-1/+1
* Enable or add doxygen comments to the public JTAG API.zwelch2009-06-031-152/+249
* Remove vestigal tap_transition type from public jtag API.zwelch2009-06-031-9/+0
* Remove interface.h from public JTAG header, include it where required.zwelch2009-06-031-2/+0
* Expose tap_state_by_name TAP helper available in public API.zwelch2009-06-031-0/+6
* Add private src/jtag/interface.h for use by JTAG interface drivers:zwelch2009-06-021-207/+3
* Finish removing '#ifdef HAVE_JTAG_MINIDRIVER_H' from jtag.h:zwelch2009-06-021-9/+3
* Add header file for JTAG minidriver:zwelch2009-06-021-75/+3