- Fixes '=' whitespace
[fw/openocd] / src / jtag / dummy.c
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 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-09 zwelchEncapsulate jtag_reset_config using accessors:
2009-06-03 zwelchFinish JTAG header file modularization; command factori...
2009-06-03 zwelchRemove interface.h from public JTAG header, include...
2009-06-01 zwelchEncapsulate JTAG Cable API and interface structure...
2009-05-11 zwelchAudit and eliminate redundant #include directives from...
2009-04-28 oharboeeol-style native
2009-04-21 oharboeZach Welch <zw@superlucidity.net> use static keyword...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> use tap_state_t
2009-02-03 kc8apf- Cable driver helper API courtesy of Dick Hollenbeck...
2009-01-09 oharboeDick Hollenbeck <dick@softplc.com> adds jtag_add_clocks...
2008-12-22 oharboebumped a LOG_INFO to LOG_DEBUG level to reduce excessiv...
2008-12-19 oharboeDick Hollenbeck <dick@softplc.com> - This patch adds...
2008-12-16 oharboejtag_khz simulation
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-04-13 oharboeA dummy driver to test codepath w/no contact w/target.