aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/arm-jtag-ew.c
AgeCommit message (Expand)Author
2009-11-13jtag_command_t -> struct jtag_commandZachary T Welch
2009-11-13scan_command_t -> struct scan_commandZachary T Welch
2009-11-13pending_scan_result_t -> struct pending_scan_resultZachary T Welch
2009-11-13armjtagew_jtag_t -> struct armjtagewZachary T Welch
2009-11-13jtag_interface_t -> struct jtag_interfaceZachary T Welch
2009-06-23Remove whitespace at end of lines, step 2.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '<<' whitespacezwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-19Remove editor preferences from source files.zwelch
2009-06-19printf() warning fixes due to uint32_t change-overduane
2009-06-18Transform 'u8' to 'uint8_t'zwelch
2009-06-04David Brownell <david-b@pacbell.net>:zwelch
2009-06-03Finish JTAG header file modularization; command factoring follows.zwelch
2009-06-03Remove interface.h from public JTAG header, include it where required.zwelch
2009-06-02Remove unused code, TAP_INVALID is never passed to drivers.oharboe
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch
2009-05-30remove unused JTAG_END_STATEoharboe
2009-05-18use tap_get_tms_path_len() instead of fix # of 7. Not tested if this builds, ...oharboe
2009-05-16Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d...oharboe
2009-05-11Audit and eliminate redundant #include directives from src/jtag.zwelch
2009-04-21Zach Welch <zw@superlucidity.net> add --enable-verbose* optionsoharboe
2009-04-21Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)oharboe
2009-04-21Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe
2009-04-18The following patches was applied:mifi
2009-03-08Patch from Dimitar Dimitrov adding support for Olimex ARM-JTAG-EWduane