aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-02Encapsulate JTAG command interfaces for moving to jtag_interface.h.zwelch1-0/+7
2009-06-02Remove the useless invalidstruct from jtag.h.zwelch1-4/+0
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch1-0/+8
2009-06-01Encapsulate JTAG minidriver functions, plan for new header file.zwelch1-19/+35
2009-06-01Remove unused in_handler_t type definition from jtag.hzwelch1-3/+0
2009-06-01added jtag_add_statemove() helper fn(actual fn written by Dick Hollonbeck, I ...oharboe1-0/+10
2009-05-30Encapsulate the global "jtag" jtag_interface pointer:zwelch1-2/+3
2009-05-30remove unused JTAG_END_STATE part 2oharboe1-1/+0
2009-05-29Remove error_handler_t type definition; it was unused in the tree.zwelch1-2/+0
2009-05-21Author: Michael Bruck <mbruck@digenius.de>kc8apf1-14/+14
2009-05-16Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d...oharboe1-1/+1
2009-05-13shuffled comments about for jtag_add_dr_out() fn.oharboe1-7/+14
2009-05-12move eCos type definition to types.h where it belongs. oharboe1-4/+0
2009-05-12eCos fixesoharboe1-0/+5
2009-05-12added jtag_alloc_in_value32 - not used in this commit.oharboe1-1/+21
2009-05-11now builds on 64 and 32 bit systemsoharboe1-1/+1
2009-05-11retire jtag_add_dr_scan_nowoharboe1-4/+0
2009-05-11change jtag_add_callback API to be able to support check_value/maskoharboe1-3/+15
2009-05-11Audit and eliminate redundant #include directives from src/jtag.zwelch1-3/+0
2009-05-10Wrote up post processing JTAG API. Not used yet, but reference implementation...oharboe1-0/+64
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe1-6/+0
2009-05-08pull up verify_capture_ir one level in api stackoharboe1-1/+3
2009-05-07refactor to be able to remove more in_handler stuffoharboe1-0/+3
2009-05-07verified that an argument is unusedoharboe1-1/+6
2009-05-07jtag API error handling refactoring.oharboe1-0/+13
2009-05-07added template for removing in_handler oharboe1-0/+14
2009-05-06remove unecessary setting of deprecated fields to NULLoharboe1-2/+2
2009-05-06add warnings about not using in_handleroharboe1-5/+5
2009-05-06retire out_mask - not used anywhereoharboe1-1/+0
2009-04-29Remove redundant declarations to allow building with -Wredundant-decls.zwelch1-1/+0
2009-04-28more docs on jtag_add_pathmove()oharboe1-1/+12
2009-04-28Dick Hollenbeck <dick@softplc.com> and Jeff Williams tap_get_tms_path_len()oharboe1-0/+19
2009-04-27Dick Hollenbeck <dick@softplc.com> Collect some macros, add DIM()oharboe1-3/+11
2009-04-26Zach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES macrooharboe1-1/+1
2009-04-24add jtag_debug_state_machineoharboe1-0/+19
2009-04-24Zach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES macro (1 of 2)oharboe1-0/+3