aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jlink.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-24add jtag_debug_state_machineoharboe1-0/+5
2009-04-24Zach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES macro (1 of 2)oharboe1-1/+1
2009-04-24Zach Welch <zw@superlucidity.net> use memcpyoharboe1-17/+3
2009-04-22Zach Welch <zw@superlucidity.net> do not pad TMSoharboe1-9/+6
2009-04-22Zach Welch <zw@superlucidity.net> set speed in initoharboe1-0/+1
2009-04-22Zach Welch <zw@superlucidity.net> fix jlink resetoharboe1-0/+4
2009-04-22Shrink JLink buffer sizes to specified 2KB courtesy of Jeff Williams <jeffw@g...kc8apf1-2/+3
2009-04-22refactor jlink_execute_queue courtesy of Zach Welch <zw@superlucidity.net>kc8apf1-81/+99
2009-04-21Zach Welch <zw@superlucidity.net> refactoroharboe1-177/+154
2009-04-21Zach Welch <zw@superlucidity.net> add --enable-verbose* optionsoharboe1-12/+0
2009-04-21Zach Welch <zw@superlucidity.net> fix jlink format warningoharboe1-1/+1
2009-04-21Zach Welch <zw@superlucidity.net> factor jlink usb_bulk_*_ex functionsoharboe1-31/+18
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-61/+61
2009-04-19Nikolay Shadrin whoney at gmail.com, Zach Welch <zw@superlucidity.net> unstab...oharboe1-11/+59
2009-04-19Partially fix USBprog and JLink adapters on XScale targetmifi1-1/+4
2009-04-19Added functionality to support jtag_khz for the jlink.mifi1-0/+9
2009-04-18The following patches was applied:mifi1-11/+12
2009-02-10Use C89/C99/C++ compliant boolean typeskc8apf1-2/+2
2009-02-03- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf1-21/+21
2008-12-14- Update tap_state_strings to correspond to SVF state nameskc8apf1-1/+1
2008-12-13Clean up references to old tap_state nameskc8apf1-1/+1
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf1-111/+111
2008-11-03- fix issue with jlink/libusb timeout under linuxntfreak1-1/+1
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-0/+3
2008-08-06- fix target_examine declarationntfreak1-4/+4
2008-06-10- error message cleanup in jlink driverntfreak1-9/+8
2008-06-04- fix jlink accessing incorrect buffer elementntfreak1-1/+1
2008-05-27- fix issue if jlink sends result in single usb in packetntfreak1-20/+32
2008-05-26- renamed EMU_CMD_HW_JTAG to EMU_CMD_HW_JTAG3mifi1-2/+2
2008-05-25- changed some buffer defines to increase performancemifi1-5/+5
2008-05-24- comment out usb_set_altinterface, because it is not working under Mac OS X.mifi1-0/+7
2008-05-24- swap processing of reset handling. First srst and than trst.mifi1-8/+8
2008-05-24- corrected copy/paste type and renamed jlink_usb_read_result to jlink_usb_re...mifi1-5/+5
2008-05-24- removed obsolete cmd JLINK_TAP_SEQUENCE_COMMAND, use EMU_CMD_HW_JTAG insteadmifi1-13/+48