summaryrefslogtreecommitdiff
path: root/src/jtag/arm-jtag-ew.c
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace at end of lines, step 2.zwelch2009-06-231-3/+3
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* - Fixes '+' whitespacezwelch2009-06-231-5/+5
* - Fixes '<<' whitespacezwelch2009-06-231-2/+2
* - Replace 'if(' with 'if ('.zwelch2009-06-231-2/+2
* Remove editor preferences from source files.zwelch2009-06-191-2/+0
* printf() warning fixes due to uint32_t change-overduane2009-06-191-8/+8
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-22/+22
* David Brownell <david-b@pacbell.net>:zwelch2009-06-041-7/+7
* 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
* Remove unused code, TAP_INVALID is never passed to drivers.oharboe2009-06-021-12/+3
* Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch2009-06-011-0/+1
* remove unused JTAG_END_STATEoharboe2009-05-301-9/+0
* 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-2/+2
* Audit and eliminate redundant #include directives from src/jtag.zwelch2009-05-111-7/+0
* Zach Welch <zw@superlucidity.net> add --enable-verbose* optionsoharboe2009-04-211-13/+0
* Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)oharboe2009-04-211-1/+1
* Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe2009-04-211-53/+53
* The following patches was applied:mifi2009-04-181-4/+4
* Patch from Dimitar Dimitrov adding support for Olimex ARM-JTAG-EWduane2009-03-081-0/+903