- Replace 'if(' with 'if ('.
[fw/openocd] / src / jtag / rlink / rlink.c
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-09 zwelchEncapsulate jtag_reset_config using accessors:
2009-06-09 zwelchAdd get and set accessors for jtag_speed:
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-21 kc8apfAuthor: Thomas Kindler <mail@t-kindler.de>
2009-05-18 oharboeuse tap_get_tms_path_len() instead of fix # of 7. Not...
2009-05-16 oharboeMichael Bruck <mbruck@digenius.de> change 'ir_scan...
2009-05-12 zwelchAdd stdint.h to types.h to provide intptr_t.
2009-05-11 zwelchAudit and eliminate redundant #include directives from...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2009-03-11 ntfreak- add support for standalone rlink
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-27 duaneFrom Lou.openocd012@fixit.nospammail.net
2008-12-27 duaneWarning removal from lou.openocd012@fixit.nospammail.net
2008-12-19 ntfreak- fix rlink build under native win32 (mingw)
2008-12-19 kc8apf- rlink interface support from Lou Deluxe <lou.openocd0...