summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* some trivial minidriver fixesoharboe2009-06-021-2/+0
* Move interface_jtag_add_scan_check_alloc implementations to theirzwelch2009-06-021-0/+2
* Continue clean-up of JTAG driver interface:zwelch2009-06-021-0/+6
* More JTAG interface driver cleanup:zwelch2009-06-021-0/+7
* Encapsulate JTAG command interfaces for moving to jtag_interface.h.zwelch2009-06-021-0/+7
* Remove the useless invalidstruct from jtag.h.zwelch2009-06-021-4/+0
* Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch2009-06-011-0/+8
* Encapsulate JTAG minidriver functions, plan for new header file.zwelch2009-06-011-19/+35
* Remove unused in_handler_t type definition from jtag.hzwelch2009-06-011-3/+0
* added jtag_add_statemove() helper fn(actual fn written by Dick Hollonbeck, I ...oharboe2009-06-011-0/+10
* Encapsulate the global "jtag" jtag_interface pointer:zwelch2009-05-301-2/+3
* remove unused JTAG_END_STATE part 2oharboe2009-05-301-1/+0
* Remove error_handler_t type definition; it was unused in the tree.zwelch2009-05-291-2/+0
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-211-14/+14
* Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d...oharboe2009-05-161-1/+1
* shuffled comments about for jtag_add_dr_out() fn.oharboe2009-05-131-7/+14
* move eCos type definition to types.h where it belongs. oharboe2009-05-121-4/+0
* eCos fixesoharboe2009-05-121-0/+5
* added jtag_alloc_in_value32 - not used in this commit.oharboe2009-05-121-1/+21