summaryrefslogtreecommitdiff
path: root/src/jtag/jlink.c
Commit message (Expand)AuthorAgeFilesLines
* Correctedout buffer size and missing jlink_tap_init() call.mlu2009-04-281-17/+45
* add jtag_debug_state_machineoharboe2009-04-241-0/+5
* Zach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES macro (1 of 2)oharboe2009-04-241-1/+1
* Zach Welch <zw@superlucidity.net> use memcpyoharboe2009-04-241-17/+3
* Zach Welch <zw@superlucidity.net> do not pad TMSoharboe2009-04-221-9/+6
* Zach Welch <zw@superlucidity.net> set speed in initoharboe2009-04-221-0/+1
* Zach Welch <zw@superlucidity.net> fix jlink resetoharboe2009-04-221-0/+4
* Shrink JLink buffer sizes to specified 2KB courtesy of Jeff Williams <jeffw@g...kc8apf2009-04-221-2/+3
* refactor jlink_execute_queue courtesy of Zach Welch <zw@superlucidity.net>kc8apf2009-04-221-81/+99
* Zach Welch <zw@superlucidity.net> refactoroharboe2009-04-211-177/+154
* Zach Welch <zw@superlucidity.net> add --enable-verbose* optionsoharboe2009-04-211-12/+0
* Zach Welch <zw@superlucidity.net> fix jlink format warningoharboe2009-04-211-1/+1
* Zach Welch <zw@superlucidity.net> factor jlink usb_bulk_*_ex functionsoharboe2009-04-211-31/+18
* 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-61/+61
* Nikolay Shadrin whoney at gmail.com, Zach Welch <zw@superlucidity.net> unstab...oharboe2009-04-191-11/+59
* Partially fix USBprog and JLink adapters on XScale targetmifi2009-04-191-1/+4
* Added functionality to support jtag_khz for the jlink.mifi2009-04-191-0/+9
* The following patches was applied:mifi2009-04-181-11/+12
* Use C89/C99/C++ compliant boolean typeskc8apf2009-02-101-2/+2
* - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf2009-02-031-21/+21
* - Update tap_state_strings to correspond to SVF state nameskc8apf2008-12-141-1/+1
* Clean up references to old tap_state nameskc8apf2008-12-131-1/+1
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-111/+111
* - fix issue with jlink/libusb timeout under linuxntfreak2008-11-031-1/+1
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-0/+3
* - fix target_examine declarationntfreak2008-08-061-4/+4
* - error message cleanup in jlink driverntfreak2008-06-101-9/+8
* - fix jlink accessing incorrect buffer elementntfreak2008-06-041-1/+1
* - fix issue if jlink sends result in single usb in packetntfreak2008-05-271-20/+32
* - renamed EMU_CMD_HW_JTAG to EMU_CMD_HW_JTAG3mifi2008-05-261-2/+2
* - changed some buffer defines to increase performancemifi2008-05-251-5/+5
* - comment out usb_set_altinterface, because it is not working under Mac OS X.mifi2008-05-241-0/+7
* - swap processing of reset handling. First srst and than trst.mifi2008-05-241-8/+8
* - corrected copy/paste type and renamed jlink_usb_read_result to jlink_usb_re...mifi2008-05-241-5/+5
* - removed obsolete cmd JLINK_TAP_SEQUENCE_COMMAND, use EMU_CMD_HW_JTAG insteadmifi2008-05-241-13/+48
* - jlink jlink_execute_queue returns resultntfreak2008-05-241-68/+56
* - replaced JLINK_xxxx command defines by EMU_CMD_ from themifi2008-05-241-27/+58
* - added jlink support, based on Jürgen Stuber patchntfreak2008-05-141-0/+846