summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
* Laurentiu Cocanu - more help textoharboe2008-10-223-9/+9
* Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe2008-10-152-4/+7
* Georg Acher <acher@in.tum.de> corrected TDO samplingoharboe2008-10-051-21/+19
* - convert spaces to tabs in at91sam7.[ch]ntfreak2008-09-271-739/+739
* ZY1000 codeoharboe2008-09-252-1/+740
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-207-13/+13
* Duane Ellis: target_process_reset is now implemented in tcl. This allows bett...oharboe2008-09-121-2/+72
* comment about slow RTCKoharboe2008-08-271-1/+7
* RCLK is not supported, return error instead of crashing.oharboe2008-08-251-0/+5
* continue execution even if chain can't be validated. This will, hopefully, gi...oharboe2008-08-201-10/+2
* - added missing parport configs to texintfreak2008-08-201-1/+1
* duane ellis: fix warningoharboe2008-08-201-1/+1
* DANGER: committed work-in-progress to handle examination of jtag devices with...oharboe2008-08-191-12/+10
* Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> one more parport ...oharboe2008-08-191-0/+1
* fix warning.oharboe2008-08-131-1/+0
* fix output from jtag_khz when only jtag_speed has been invokedoharboe2008-08-111-2/+11
* fix error messageoharboe2008-08-111-1/+1
* - fix target_examine declarationntfreak2008-08-064-7/+7
* Duane Ellis: fix warningsoharboe2008-08-054-8/+8
* TAP_TLR won't work in a pathmove sequence. OpenOCD shouldn't and doesn't need...oharboe2008-08-041-0/+5
* warning output upon connection problems.oharboe2008-07-301-2/+6
* more jtag_examine() checks. catch errors during first 640 bits.oharboe2008-07-291-1/+20
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-254-0/+12
* take path to eCos files from environment variableoharboe2008-07-241-1/+1
* allow jtag minidriver access to cmd_queue_cur_state for jtag_add_pathmove()oharboe2008-07-241-1/+1
* - fix typo in jtag_add_end_statentfreak2008-07-231-1/+1
* - jtag_khz/speed are now single parameter only. These are usedoharboe2008-07-211-49/+35
* - fix incorrectly registered function openocd_array2memntfreak2008-07-181-10/+1
* keep_alive() fix for reset warnings.oharboe2008-07-181-0/+1
* Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs.oharboe2008-07-181-4/+1
* Charles Hardin ckhardin at gmail.com oharboe2008-07-111-27/+45
* - retired variable stuff. oharboe2008-07-112-39/+55
* Pavel Chromy:oharboe2008-06-181-7/+7
* Pavel Chromy:oharboe2008-06-181-76/+120
* Pavel Chromy: TAP state changed to TLR when SRST goes active with srst_pulls_...oharboe2008-06-181-0/+4
* - error message cleanup in jlink driverntfreak2008-06-101-9/+8
* Pavel Chromy: TCK returns to zero before state of reset line is changed.oharboe2008-06-041-6/+21
* Pavel Chromy: fix logging syntax error + formatting & removing obsolete comme...oharboe2008-06-041-1/+1
* - 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
* - added check for max. value of jtag_speed in ft2232_khz.mifi2008-05-261-0/+6
* - renamed EMU_CMD_HW_JTAG to EMU_CMD_HW_JTAG3mifi2008-05-261-2/+2
* found out why str912 reset halt failed.oharboe2008-05-261-1/+18
* clock 1/0 in idle now configurable.oharboe2008-05-261-5/+9
* - 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