aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/dummy.c
AgeCommit message (Expand)Author
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '<<' whitespacezwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch
2009-06-09Encapsulate jtag_reset_config using accessors: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-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch
2009-05-11Audit and eliminate redundant #include directives from src/jtag.zwelch
2009-04-28eol-style nativeoharboe
2009-04-21Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe
2009-04-19Zach Welch <zw@superlucidity.net> use tap_state_toharboe
2009-02-03- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf
2009-01-09Dick Hollenbeck <dick@softplc.com> adds jtag_add_clocks() and implements thos...oharboe
2008-12-22bumped a LOG_INFO to LOG_DEBUG level to reduce excessive output for normal ex...oharboe
2008-12-19Dick Hollenbeck <dick@softplc.com> - This patch adds JTAG state tracking to d...oharboe
2008-12-16jtag_khz simulationoharboe
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-04-13A dummy driver to test codepath w/no contact w/target.oharboe