aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/rlink
AgeCommit message (Expand)AuthorFilesLines
2009-11-24rlink: use jtag_usb_open helperZachary T Welch1-82/+49
2009-11-24rlink: eliminate spurious indentationZachary T Welch1-55/+54
2009-11-15rlink: fix overzealous sedZachary T Welch1-5/+5
2009-11-13command_t -> struct commandZachary T Welch1-4/+4
2009-11-13command_context_t -> struct command_contextZachary T Welch1-2/+2
2009-11-13remove rlink structure typedefsZachary T Welch3-19/+17
2009-11-13pathmove_command_t -> struct pathmove_commandZachary T Welch1-1/+1
2009-11-13jtag_interface_t -> struct jtag_interfaceZachary T Welch1-1/+1
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell1-14/+14
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-23Remove whitespace that occurs before ')'.zwelch2-70/+70
2009-06-23Remove whitespace that occurs after '('.zwelch2-10/+10
2009-06-23- Fixes '=' whitespacezwelch1-6/+6
2009-06-23- Replace 'for(' with 'for ('.zwelch1-12/+12
2009-06-23- Replace 'switch(' with 'switch ('.zwelch1-2/+2
2009-06-23- Replace 'while(' with 'while ('.zwelch1-11/+11
2009-06-23- Replace 'if(' with 'if ('.zwelch1-111/+111
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