summaryrefslogtreecommitdiff
path: root/src/jtag/rlink
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace that occurs before ')'.zwelch2009-06-232-70/+70
* Remove whitespace that occurs after '('.zwelch2009-06-232-10/+10
* - Fixes '=' whitespacezwelch2009-06-231-6/+6
* - Replace 'for(' with 'for ('.zwelch2009-06-231-12/+12
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-2/+2
* - Replace 'while(' with 'while ('.zwelch2009-06-231-11/+11
* - Replace 'if(' with 'if ('.zwelch2009-06-231-111/+111
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-181-4/+4
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-2/+2
* Transform 'u8' to 'uint8_t'zwelch2009-06-183-29/+29
* Encapsulate jtag_reset_config using accessors:zwelch2009-06-091-1/+1
* Add get and set accessors for jtag_speed:zwelch2009-06-091-1/+1
* Finish JTAG header file modularization; command factoring follows.zwelch2009-06-031-1/+1
* Remove interface.h from public JTAG header, include it where required.zwelch2009-06-031-1/+1
* Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch2009-06-011-0/+1
* remove unused JTAG_END_STATEoharboe2009-05-301-8/+0
* Author: Thomas Kindler <mail@t-kindler.de>kc8apf2009-05-211-1/+1
* use tap_get_tms_path_len() instead of fix # of 7. Not tested if this builds, ...oharboe2009-05-181-1/+2
* Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d...oharboe2009-05-161-1/+1
* Add stdint.h to types.h to provide intptr_t.zwelch2009-05-121-1/+0
* Include config.h in pregenerated rlink_speed_table.c source.zwelch2009-05-121-0/+3
* Audit and eliminate redundant #include directives from src/jtag.zwelch2009-05-111-9/+4
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-111-1/+0
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-5/+5
* - add support for standalone rlinkntfreak2009-03-112-38/+124
* Use C89/C99/C++ compliant boolean typeskc8apf2009-02-101-2/+2
* - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf2009-02-031-53/+53
* Tweaks - old crusty code with some warnings & errors - minor stuffduane2008-12-271-10/+5
* From Lou.openocd012@fixit.nospammail.netduane2008-12-271-2/+13
* Warning removal from lou.openocd012@fixit.nospammail.netduane2008-12-271-11/+11
* - fix rlink build under native win32 (mingw)ntfreak2008-12-192-76/+79
* - rlink interface support from Lou Deluxe <lou.openocd012@fixit.nospammail.net>kc8apf2008-12-199-0/+2808