summaryrefslogtreecommitdiff
path: root/src/jtag/bitbang.c
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace that occurs before ')'.zwelch2009-06-231-2/+2
* - Fixes '=' whitespacezwelch2009-06-231-9/+9
* - Fixes '==' whitespacezwelch2009-06-231-1/+1
* - Fixes '<<' whitespacezwelch2009-06-231-1/+1
* - Fixes '!=' whitespacezwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-2/+2
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-3/+3
* Encapsulate jtag_reset_config using accessors:zwelch2009-06-091-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-041-1/+1
* Finish JTAG header file modularization; command factoring follows.zwelch2009-06-031-2/+1
* Remove interface.h from public JTAG header, include it where required.zwelch2009-06-031-0/+1
* Remove unused code, TAP_INVALID is never passed to drivers.oharboe2009-06-021-6/+3
* Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch2009-06-011-0/+1
* remove unused JTAG_END_STATEoharboe2009-05-301-7/+0
* use tap_get_tms_path_len() instead of fix # of 7.oharboe2009-05-181-2/+3
* Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d...oharboe2009-05-161-1/+1
* Audit and eliminate redundant #include directives from src/jtag.zwelch2009-05-111-11/+0
* transition more directly to the end state + reuse more of the state move code...oharboe2009-05-061-21/+13
* Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe2009-04-211-8/+5
* The following patches was applied:mifi2009-04-181-4/+4
* Use C89/C99/C++ compliant boolean typeskc8apf2009-02-101-2/+2
* - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf2009-02-031-28/+27
* xvsf player fixes by Dick Hollenbeck <dick@softplc.com>kc8apf2009-01-231-2/+14
* Dick Hollenbeck <dick@softplc.com> adds jtag_add_clocks() and implements thos...oharboe2009-01-091-5/+32
* - Update tap_state_strings to correspond to SVF state nameskc8apf2008-12-141-1/+1
* - remove target specific variant and use target->variant memberntfreak2008-12-131-2/+0
* Clean up references to old tap_state nameskc8apf2008-12-131-1/+1
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-39/+39
* Georg Acher <acher@in.tum.de> corrected TDO samplingoharboe2008-10-051-21/+19
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+1
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* found out why str912 reset halt failed.oharboe2008-05-261-1/+18
* clock 1/0 in idle now configurable.oharboe2008-05-261-5/+9
* Don Porges fixed c99 issues.oharboe2008-04-091-3/+0
* use jtag.c's cur/end_state global variables.oharboe2008-04-081-3/+0
* The endstate now reports the endstate of the queue instead ofoharboe2008-04-081-0/+2
* Do not assert trst in srst_only case even if srst_pulls_trst.oharboe2008-03-311-1/+1
* TAP_SD/SI are now forbidden end states.oharboe2008-03-261-54/+32
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-11/+11
* - fix warnings during configure cause by ecosboard. default to no, if host cp...drath2008-03-171-18/+54
* marked infinite loop in code w/TODO and fixed warning.oharboe2008-03-131-1/+1
* Dominic undid some of my damage. CLK should now be set as intended in all cases.oharboe2008-03-121-10/+10
* The bitbang driver leaves the TCK 0 when in idleoharboe2008-03-121-0/+8
* tms is never referenced, confusing old code left behind probably.oharboe2008-03-061-10/+0
* Patch by Michael Schwingen thatdrath2007-09-051-0/+5
* - added support for Intel/Marvel PXA27x (XScale) targetsdrath2007-06-211-7/+21
* - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath2007-04-251-3/+9
* - merged XScale branch back into trunkdrath2007-03-281-1/+1
* - renamed jtag_interface_t.support_statemove to jtag_interface_t.support_path...drath2006-08-171-1/+5
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-171-0/+41