summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* unbreak zy1000 oharboe2009-04-231-1/+17
* Zach Welch <zw@superlucidity.net> reorder enum tap_stateoharboe2009-04-221-13/+30
* Zach Welch <zw@superlucidity.net> add --enable-verbose* optionsoharboe2009-04-211-2/+4
* The following patches was applied:mifi2009-04-181-3/+5
* Use C89/C99/C++ compliant boolean typeskc8apf2009-02-101-3/+7
* - fix native win32 build issuesntfreak2009-02-091-10/+2
* - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf2009-02-031-225/+340
* xvsf player fixes by Dick Hollenbeck <dick@softplc.com>kc8apf2009-01-231-2/+9
* Dick Hollenbeck <dick@softplc.com> adds jtag_add_clocks() and implements thos...oharboe2009-01-091-1/+21
* Dick Hollenbeck <dick@softplc.com> better loggingoharboe2008-12-191-3/+3
* - Update tap_state_strings to correspond to SVF state nameskc8apf2008-12-141-1/+7
* - remove target specific variant and use target->variant memberntfreak2008-12-131-27/+13