aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/arm-jtag-ew.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-23- Replace 'if(' with 'if ('.zwelch1-2/+2
2009-06-19Remove editor preferences from source files.zwelch1-2/+0
2009-06-19printf() warning fixes due to uint32_t change-overduane1-8/+8
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-22/+22
2009-06-04David Brownell <david-b@pacbell.net>:zwelch1-7/+7
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-02Remove unused code, TAP_INVALID is never passed to drivers.oharboe1-12/+3
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch1-0/+1
2009-05-30remove unused JTAG_END_STATEoharboe1-9/+0
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-2/+2
2009-05-11Audit and eliminate redundant #include directives from src/jtag.zwelch1-7/+0
2009-04-21Zach Welch <zw@superlucidity.net> add --enable-verbose* optionsoharboe1-13/+0
2009-04-21Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)oharboe1-1/+1
2009-04-21Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe1-53/+53
2009-04-18The following patches was applied:mifi1-4/+4
2009-03-08Patch from Dimitar Dimitrov adding support for Olimex ARM-JTAG-EWduane1-0/+903