summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* now builds on 64 and 32 bit systemsoharboe2009-05-111-1/+1
* retire jtag_add_dr_scan_nowoharboe2009-05-111-4/+0
* change jtag_add_callback API to be able to support check_value/maskoharboe2009-05-111-3/+15
* Audit and eliminate redundant #include directives from src/jtag.zwelch2009-05-111-3/+0
* Wrote up post processing JTAG API. Not used yet, but reference implementation...oharboe2009-05-101-0/+64
* in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe2009-05-081-6/+0
* pull up verify_capture_ir one level in api stackoharboe2009-05-081-1/+3
* refactor to be able to remove more in_handler stuffoharboe2009-05-071-0/+3
* verified that an argument is unusedoharboe2009-05-071-1/+6
* jtag API error handling refactoring.oharboe2009-05-071-0/+13
* added template for removing in_handler oharboe2009-05-071-0/+14
* remove unecessary setting of deprecated fields to NULLoharboe2009-05-061-2/+2
* add warnings about not using in_handleroharboe2009-05-061-5/+5
* retire out_mask - not used anywhereoharboe2009-05-061-1/+0
* Remove redundant declarations to allow building with -Wredundant-decls.zwelch2009-04-291-1/+0
* more docs on jtag_add_pathmove()oharboe2009-04-281-1/+12
* Dick Hollenbeck <dick@softplc.com> and Jeff Williams tap_get_tms_path_len()oharboe2009-04-281-0/+19
* Dick Hollenbeck <dick@softplc.com> Collect some macros, add DIM()oharboe2009-04-271-3/+11
* Zach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES macrooharboe2009-04-261-1/+1
* add jtag_debug_state_machineoharboe2009-04-241-0/+19
* Zach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES macro (1 of 2)oharboe2009-04-241-0/+3