aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/dummy.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch1-1/+1
2009-06-03Finish JTAG header file modularization; command factoring follows.zwelch1-1/+0
2009-06-03Remove interface.h from public JTAG header, include it where required.zwelch1-1/+1
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch1-0/+1
2009-05-11Audit and eliminate redundant #include directives from src/jtag.zwelch1-2/+0
2009-04-28eol-style nativeoharboe1-186/+186
2009-04-21Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe1-17/+17
2009-04-19Zach Welch <zw@superlucidity.net> use tap_state_toharboe1-1/+1
2009-02-03- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf1-108/+2
2009-01-09Dick Hollenbeck <dick@softplc.com> adds jtag_add_clocks() and implements thos...oharboe1-5/+36
2008-12-22bumped a LOG_INFO to LOG_DEBUG level to reduce excessive output for normal ex...oharboe1-1/+1
2008-12-19Dick Hollenbeck <dick@softplc.com> - This patch adds JTAG state tracking to d...oharboe1-0/+129
2008-12-16jtag_khz simulationoharboe1-5/+38
2008-12-13- remove target specific variant and use target->variant memberntfreak1-6/+0
2008-04-13A dummy driver to test codepath w/no contact w/target.oharboe1-0/+105