aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
AgeCommit message (Expand)Author
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
2009-05-12eCos fixesoharboe
2009-05-12added jtag_alloc_in_value32 - not used in this commit.oharboe
2009-05-11now builds on 64 and 32 bit systemsoharboe
2009-05-11retire jtag_add_dr_scan_nowoharboe
2009-05-11change jtag_add_callback API to be able to support check_value/maskoharboe
2009-05-11Audit and eliminate redundant #include directives from src/jtag.zwelch
2009-05-10Wrote up post processing JTAG API. Not used yet, but reference implementation...oharboe
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe
2009-05-08pull up verify_capture_ir one level in api stackoharboe
2009-05-07refactor to be able to remove more in_handler stuffoharboe
2009-05-07verified that an argument is unusedoharboe
2009-05-07jtag API error handling refactoring.oharboe
2009-05-07added template for removing in_handler oharboe
2009-05-06remove unecessary setting of deprecated fields to NULLoharboe
2009-05-06add warnings about not using in_handleroharboe
2009-05-06retire out_mask - not used anywhereoharboe
2009-04-29Remove redundant declarations to allow building with -Wredundant-decls.zwelch
2009-04-28more docs on jtag_add_pathmove()oharboe
2009-04-28Dick Hollenbeck <dick@softplc.com> and Jeff Williams tap_get_tms_path_len()oharboe
2009-04-27Dick Hollenbeck <dick@softplc.com> Collect some macros, add DIM()oharboe
2009-04-26Zach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES macrooharboe
2009-04-24add jtag_debug_state_machineoharboe
2009-04-24Zach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES macro (1 of 2)oharboe
2009-04-23unbreak zy1000 oharboe
2009-04-22Zach Welch <zw@superlucidity.net> reorder enum tap_stateoharboe
2009-04-21Zach Welch <zw@superlucidity.net> add --enable-verbose* optionsoharboe
2009-04-18The following patches was applied:mifi