aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/rlink
AgeCommit message (Expand)Author
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell
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- Replace 'for(' with 'for ('.zwelch
2009-06-23- Replace 'switch(' with 'switch ('.zwelch
2009-06-23- Replace 'while(' with 'while ('.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t'zwelch
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch
2009-06-09Add get and set accessors for jtag_speed: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-30remove unused JTAG_END_STATEoharboe
2009-05-21Author: Thomas Kindler <mail@t-kindler.de>kc8apf
2009-05-18use tap_get_tms_path_len() instead of fix # of 7. Not tested if this builds, ...oharboe
2009-05-16Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d...oharboe
2009-05-12Add stdint.h to types.h to provide intptr_t.zwelch
2009-05-12Include config.h in pregenerated rlink_speed_table.c source.zwelch
2009-05-11Audit and eliminate redundant #include directives from src/jtag.zwelch
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe
2009-03-11- add support for standalone rlinkntfreak
2009-02-10Use C89/C99/C++ compliant boolean typeskc8apf
2009-02-03- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf
2008-12-27Tweaks - old crusty code with some warnings & errors - minor stuffduane
2008-12-27From Lou.openocd012@fixit.nospammail.netduane
2008-12-27Warning removal from lou.openocd012@fixit.nospammail.netduane
2008-12-19- fix rlink build under native win32 (mingw)ntfreak
2008-12-19- rlink interface support from Lou Deluxe <lou.openocd012@fixit.nospammail.net>kc8apf