- Fixes '=' whitespace
[fw/openocd] / src / jtag / bitbang.c
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '<<' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-09 zwelchEncapsulate jtag_reset_config using accessors:
2009-06-04 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-03 zwelchFinish JTAG header file modularization; command factori...
2009-06-03 zwelchRemove interface.h from public JTAG header, include...
2009-06-02 oharboeRemove unused code, TAP_INVALID is never passed to...
2009-06-01 zwelchEncapsulate JTAG Cable API and interface structure...
2009-05-30 oharboeremove unused JTAG_END_STATE
2009-05-18 oharboeuse tap_get_tms_path_len() instead of fix # of 7.
2009-05-16 oharboeMichael Bruck <mbruck@digenius.de> change 'ir_scan...
2009-05-11 zwelchAudit and eliminate redundant #include directives from...
2009-05-06 oharboetransition more directly to the end state + reuse more...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> use static keyword...
2009-04-18 mifiThe following patches was applied:
2009-02-10 kc8apfUse C89/C99/C++ compliant boolean types
2009-02-03 kc8apf- Cable driver helper API courtesy of Dick Hollenbeck...
2009-01-23 kc8apfxvsf player fixes by Dick Hollenbeck <dick@softplc...
2009-01-09 oharboeDick Hollenbeck <dick@softplc.com> adds jtag_add_clocks...
2008-12-14 kc8apf- Update tap_state_strings to correspond to SVF state...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-12-13 kc8apfClean up references to old tap_state names
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-10-05 oharboeGeorg Acher <acher@in.tum.de> corrected TDO sampling
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-05-26 oharboefound out why str912 reset halt failed.
2008-05-26 oharboeclock 1/0 in idle now configurable.
2008-04-09 oharboeDon Porges fixed c99 issues.
2008-04-08 oharboeuse jtag.c's cur/end_state global variables.
2008-04-08 oharboeThe endstate now reports the endstate of the queue...
2008-03-31 oharboeDo not assert trst in srst_only case even if srst_pulls...
2008-03-26 oharboeTAP_SD/SI are now forbidden end states.
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-17 drath- fix warnings during configure cause by ecosboard...
2008-03-13 oharboemarked infinite loop in code w/TODO and fixed warning.
2008-03-12 oharboeDominic undid some of my damage. CLK should now be...
2008-03-12 oharboeThe bitbang driver leaves the TCK 0 when in idle
2008-03-06 oharboetms is never referenced, confusing old code left behind...
2007-09-05 drathPatch by Michael Schwingen that
2007-06-21 drath- added support for Intel/Marvel PXA27x (XScale) targets
2007-04-25 drath- added support for error handlers to JTAG scan command...
2007-03-28 drath- merged XScale branch back into trunk
2006-08-17 drath- renamed jtag_interface_t.support_statemove to jtag_in...
2006-07-17 drath- Added support for native MinGW builds (thanks to...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/