summaryrefslogtreecommitdiff
path: root/src/jtag/arm-jtag-ew.c
Commit message (Expand)AuthorAgeFilesLines
* move jtag drivers to src/jtag/driversZachary T Welch2009-12-021-837/+0
* remove register_callbacks from jtag interfaceZachary T Welch2009-11-241-6/+4
* arm-jtag-ew: use register_commands()Zachary T Welch2009-11-241-4/+11
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-1/+1
* arm-jtag-ew: use jtag_usb_openZachary T Welch2009-11-241-36/+17
* jtag: remove useless forward declarationsZachary T Welch2009-11-211-20/+10
* arm-jtag-ew,jlink: switch to COMMAND_HANDLERZachary T Welch2009-11-151-11/+9
* command_context_t -> struct command_contextZachary T Welch2009-11-131-4/+4
* jtag_command_t -> struct jtag_commandZachary T Welch2009-11-131-1/+1
* scan_command_t -> struct scan_commandZachary T Welch2009-11-131-6/+6
* pending_scan_result_t -> struct pending_scan_resultZachary T Welch2009-11-131-6/+5
* armjtagew_jtag_t -> struct armjtagewZachary T Welch2009-11-131-33/+32
* jtag_interface_t -> struct jtag_interfaceZachary T Welch2009-11-131-1/+1
* 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