aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
AgeCommit message (Expand)Author
2009-06-09Use unsigned type for jtag_tap_count and jtag_tap_by_abs_position.zwelch
2009-06-09Change jtag_add_pathmove to set jtag_error rather than call exit():zwelch
2009-06-08Simplify jtag_execute_queue:zwelch
2009-06-08Add accessors to retrieve values of jtag_n{s,t}rst_delay variables.zwelch
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-05Add accessors for jtag_verify; use them in jim command handler.zwelch
2009-06-05Add accessors for reset delays; use them in jim command handlers.zwelch
2009-06-05Add accessors for speed_khz; use them in jim command handler.zwelch
2009-06-04Add jtag_get_flush_queue_count accessor to help future factoring.zwelch
2009-06-04Clean up the core JTAG TAP APIs:zwelch
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe
2009-06-04tiny bit of encapsulation of global end state. No longer expose it as a globa...oharboe
2009-06-04jtag_add_end_state() now returns the value of the global variable and does no...oharboe
2009-06-04JTAG_TRST_ASSERTED event cleanup. More clear where and when it is invoked and...oharboe
2009-06-03Finish JTAG header file modularization; command factoring follows.zwelch
2009-06-03Move JTAG command APIs into new jtag/commands.h header file.zwelch
2009-06-03Improve in-source documentation that was causing Doxygen warnings.zwelch
2009-06-03Enable or add doxygen comments to the public JTAG API.zwelch
2009-06-03Remove vestigal tap_transition type from public jtag API.zwelch
2009-06-03Remove interface.h from public JTAG header, include it where required.zwelch
2009-06-03Expose tap_state_by_name TAP helper available in public API.zwelch
2009-06-02Add private src/jtag/interface.h for use by JTAG interface drivers:zwelch
2009-06-02Finish removing '#ifdef HAVE_JTAG_MINIDRIVER_H' from jtag.h:zwelch
2009-06-02Add header file for JTAG minidriver:zwelch
2009-06-02some trivial minidriver fixesoharboe
2009-06-02Move interface_jtag_add_scan_check_alloc implementations to theirzwelch
2009-06-02Continue clean-up of JTAG driver interface:zwelch
2009-06-02More JTAG interface driver cleanup:zwelch
2009-06-02Encapsulate JTAG command interfaces for moving to jtag_interface.h.zwelch
2009-06-02Remove the useless invalidstruct from jtag.h.zwelch
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch
2009-06-01Encapsulate JTAG minidriver functions, plan for new header file.zwelch
2009-06-01Remove unused in_handler_t type definition from jtag.hzwelch
2009-06-01added jtag_add_statemove() helper fn(actual fn written by Dick Hollonbeck, I ...oharboe
2009-05-30Encapsulate the global "jtag" jtag_interface pointer:zwelch
2009-05-30remove unused JTAG_END_STATE part 2oharboe
2009-05-29Remove error_handler_t type definition; it was unused in the tree.zwelch
2009-05-21Author: Michael Bruck <mbruck@digenius.de>kc8apf
2009-05-16Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d...oharboe
2009-05-13shuffled comments about for jtag_add_dr_out() fn.oharboe
2009-05-12move eCos type definition to types.h where it belongs. oharboe