scan_field_t -> struct scan_field
[fw/openocd] / src / jtag / bitq.c
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '<=' whitespace
2009-06-23 zwelch- Fixes '>=' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-09 zwelchEncapsulate jtag_reset_config using accessors:
2009-06-03 oharboeremove unused code path.
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-30 oharboeremove unused JTAG_END_STATE
2009-05-18 oharboeuse tap_get_tms_path_len() instead of fix # of 7. Not...
2009-05-11 zwelchAudit and eliminate redundant #include directives from...
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> use static keyword...
2009-04-20 oharboeZach Welch <zw@superlucidity.net> fix ft2232/presto...
2009-04-18 mifiThe following patches was applied:
2009-02-10 kc8apfUse C89/C99/C++ compliant boolean types
2009-02-03 kc8apf- Cable driver helper API courtesy of Dick Hollenbeck...
2008-12-27 duaneTweaks - old crusty code with some warnings & errors...
2008-12-14 kc8apf- Update tap_state_strings to correspond to SVF state...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-12-13 kc8apfClean up references to old tap_state names
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-06-18 oharboePavel Chromy: TAP state changed to TLR when SRST goes...
2008-04-09 oharboeDon Porges fixed c99 issues.
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboePavel Chromy style fixes.
2008-01-20 mifi- added patch "remove error handler as planned"
2008-01-07 mifi- added gdb flash fixes patch
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-07-25 drath- reformat src/jtag/bitq.c (thanks to Pavel Chromy)
2007-07-15 drath- added support for Asix Presto JTAG interface (thanks...