summaryrefslogtreecommitdiff
path: root/src/jtag/dummy.c
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace that occurs before ')'.zwelch2009-06-231-7/+7
* Remove whitespace that occurs after '('.zwelch2009-06-231-5/+5
* - Fixes '=' whitespacezwelch2009-06-231-3/+3
* - Fixes '==' whitespacezwelch2009-06-231-2/+2
* - Fixes '<<' whitespacezwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-5/+5
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-181-1/+1
* Encapsulate jtag_reset_config using accessors:zwelch2009-06-091-1/+1
* Finish JTAG header file modularization; command factoring follows.zwelch2009-06-031-1/+0
* Remove interface.h from public JTAG header, include it where required.zwelch2009-06-031-1/+1
* Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch2009-06-011-0/+1
* Audit and eliminate redundant #include directives from src/jtag.zwelch2009-05-111-2/+0
* eol-style nativeoharboe2009-04-281-186/+186
* Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe2009-04-211-17/+17
* Zach Welch <zw@superlucidity.net> use tap_state_toharboe2009-04-191-1/+1
* - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf2009-02-031-108/+2
* Dick Hollenbeck <dick@softplc.com> adds jtag_add_clocks() and implements thos...oharboe2009-01-091-5/+36
* bumped a LOG_INFO to LOG_DEBUG level to reduce excessive output for normal ex...oharboe2008-12-221-1/+1
* Dick Hollenbeck <dick@softplc.com> - This patch adds JTAG state tracking to d...oharboe2008-12-191-0/+129
* jtag_khz simulationoharboe2008-12-161-5/+38
* - remove target specific variant and use target->variant memberntfreak2008-12-131-6/+0
* A dummy driver to test codepath w/no contact w/target.oharboe2008-04-131-0/+105