aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/bitbang.c
AgeCommit message (Expand)Author
2009-06-04David Brownell <david-b@pacbell.net>:zwelch
2009-06-03Finish JTAG header file modularization; command factoring follows.zwelch
2009-06-03Remove interface.h from public JTAG header, include it where required.zwelch
2009-06-02Remove unused code, TAP_INVALID is never passed to drivers.oharboe
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch
2009-05-30remove unused JTAG_END_STATEoharboe
2009-05-18use tap_get_tms_path_len() instead of fix # of 7.oharboe
2009-05-16Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d...oharboe
2009-05-11Audit and eliminate redundant #include directives from src/jtag.zwelch
2009-05-06transition more directly to the end state + reuse more of the state move code...oharboe
2009-04-21Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe
2009-04-18The following patches was applied:mifi
2009-02-10Use C89/C99/C++ compliant boolean typeskc8apf
2009-02-03- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf
2009-01-23xvsf player fixes by Dick Hollenbeck <dick@softplc.com>kc8apf
2009-01-09Dick Hollenbeck <dick@softplc.com> adds jtag_add_clocks() and implements thos...oharboe
2008-12-14- Update tap_state_strings to correspond to SVF state nameskc8apf
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-12-13Clean up references to old tap_state nameskc8apf
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf
2008-10-05Georg Acher <acher@in.tum.de> corrected TDO samplingoharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-05-26found out why str912 reset halt failed.oharboe
2008-05-26clock 1/0 in idle now configurable.oharboe
2008-04-09Don Porges fixed c99 issues.oharboe
2008-04-08use jtag.c's cur/end_state global variables.oharboe
2008-04-08The endstate now reports the endstate of the queue instead ofoharboe
2008-03-31Do not assert trst in srst_only case even if srst_pulls_trst.oharboe
2008-03-26TAP_SD/SI are now forbidden end states.oharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-17- fix warnings during configure cause by ecosboard. default to no, if host cp...drath
2008-03-13marked infinite loop in code w/TODO and fixed warning.oharboe
2008-03-12Dominic undid some of my damage. CLK should now be set as intended in all cases.oharboe
2008-03-12The bitbang driver leaves the TCK 0 when in idleoharboe
2008-03-06tms is never referenced, confusing old code left behind probably.oharboe
2007-09-05Patch by Michael Schwingen thatdrath
2007-06-21- added support for Intel/Marvel PXA27x (XScale) targetsdrath
2007-04-25- added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath
2007-03-28- merged XScale branch back into trunkdrath
2006-08-17- renamed jtag_interface_t.support_statemove to jtag_interface_t.support_path...drath
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath