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