aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jlink.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-02move jtag drivers to src/jtag/driversZachary T Welch1-1085/+0
2009-11-24remove register_callbacks from jtag interfaceZachary T Welch1-6/+4
2009-11-24jlink: use register_commands()Zachary T Welch1-8/+18
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-2/+2
2009-11-24jlink: rewrite to use jtag_usb_openZachary T Welch1-61/+15
2009-11-24jlink: remove superfluous indentationZachary T Welch1-52/+55
2009-11-21jtag: remove useless forward declarationsZachary T Welch1-21/+11
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-1/+1
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-1/+1
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-1/+1
2009-11-16remove TAP_SCAN_BYTES macroZachary T Welch1-5/+6
2009-11-15arm-jtag-ew,jlink: switch to COMMAND_HANDLERZachary T Welch1-18/+14
2009-11-13command_context_t -> struct command_contextZachary T Welch1-6/+6
2009-11-13jtag_command_t -> struct jtag_commandZachary T Welch1-8/+8
2009-11-13scan_command_t -> struct scan_commandZachary T Welch1-6/+6
2009-11-13jlink_jtag_t -> struct jlinkZachary T Welch1-41/+40
2009-11-13pending_scan_result_t -> struct pending_scan_resultZachary T Welch1-6/+5
2009-11-13jtag_interface_t -> struct jtag_interfaceZachary T Welch1-1/+1
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell1-3/+3
2009-08-06Gary Carlson [gcarlson@carlson-minot.com]:ntfreak1-3/+1
2009-07-13Gary Carlson <gcarlson@carlson-minot.com>ntfreak1-43/+92
2009-07-06- change sleep to usleep - fixes issue under win32 buildntfreak1-1/+1
2009-07-06Gary Carlson <gcarlson@carlson-minot.com>:zwelch1-15/+27
2009-06-23- Fixes '[|]' whitespacezwelch1-1/+1
2009-06-23- Fixes '+' whitespacezwelch1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-3/+3
2009-06-23- Fixes '==' whitespacezwelch1-2/+2
2009-06-23- Fixes '!=' whitespacezwelch1-1/+1
2009-06-19printf() warning fixes due to uint32_t change-overduane1-3/+3
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch1-4/+4
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-21/+21
2009-06-09Add get and set accessors for jtag_speed:zwelch1-1/+1
2009-06-04David Brownell <david-b@pacbell.net>:zwelch1-19/+19
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-02- hack added to fix a issue with v5/6 jlinkntfreak1-1/+9
2009-06-02Remove unused code, TAP_INVALID is never passed to drivers.oharboe1-8/+3
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch1-0/+1
2009-05-31Peter Denison <openwrt@marshadder.org>:zwelch1-1/+1
2009-05-30Remove unused jlink_execute_end_state (unreferenced after r1949).zwelch1-8/+0
2009-05-30remove unused JTAG_END_STATEoharboe1-1/+0
2009-05-23Submitted by Magnus Lundin <lundin@mlu.mine.nu>:zwelch1-21/+100
2009-05-18JLink support for non-7-cycle state moves by Dick Hollenbeck <dick@softplc.com>kc8apf1-4/+10
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-5/+0
2009-05-06Small changes that might improve stability.mlu1-19/+43
2009-04-29Fix jlink usb_bulk_with_retries to return actual error codes.zwelch1-13/+10
2009-04-29Remove vestigial last_tms variable from jlink driver.zwelch1-3/+0
2009-04-29Fix jlink for Debian/Ubuntu (by Ben Dooks <ben-openocd@fluff.org>).zwelch1-1/+10
2009-04-28Correctedout buffer size and missing jlink_tap_init() call.mlu1-17/+45