aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/rlink
AgeCommit message (Expand)AuthorFilesLines
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch1-4/+4
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-2/+2
2009-06-18Transform 'u8' to 'uint8_t'zwelch3-29/+29
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch1-1/+1
2009-06-09Add get and set accessors for jtag_speed:zwelch1-1/+1
2009-06-03Finish JTAG header file modularization; command factoring follows.zwelch1-1/+1
2009-06-03Remove interface.h from public JTAG header, include it where required.zwelch1-1/+1
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch1-0/+1
2009-05-30remove unused JTAG_END_STATEoharboe1-8/+0
2009-05-21Author: Thomas Kindler <mail@t-kindler.de>kc8apf1-1/+1
2009-05-18use tap_get_tms_path_len() instead of fix # of 7. Not tested if this builds, ...oharboe1-1/+2
2009-05-16Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d...oharboe1-1/+1
2009-05-12Add stdint.h to types.h to provide intptr_t.zwelch1-1/+0
2009-05-12Include config.h in pregenerated rlink_speed_table.c source.zwelch1-0/+3
2009-05-11Audit and eliminate redundant #include directives from src/jtag.zwelch1-9/+4
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch1-1/+0
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-5/+5
2009-03-11- add support for standalone rlinkntfreak2-38/+124
2009-02-10Use C89/C99/C++ compliant boolean typeskc8apf1-2/+2
2009-02-03- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf1-53/+53
2008-12-27Tweaks - old crusty code with some warnings & errors - minor stuffduane1-10/+5
2008-12-27From Lou.openocd012@fixit.nospammail.netduane1-2/+13
2008-12-27Warning removal from lou.openocd012@fixit.nospammail.netduane1-11/+11
2008-12-19- fix rlink build under native win32 (mingw)ntfreak2-76/+79
2008-12-19- rlink interface support from Lou Deluxe <lou.openocd012@fixit.nospammail.net>kc8apf9-0/+2808