summaryrefslogtreecommitdiff
path: root/src/jtag/jlink.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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