summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
* 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
* - replaced JLINK_xxxx command defines by EMU_CMD_ from themifi2008-05-241-27/+58
* jtag_exexcute_queue() now logs error when it is invoked before 'init' command.oharboe2008-05-221-1/+7
* comment.oharboe2008-05-211-0/+3
* reverted change in 658 and simply removed the busted warning for now.oharboe2008-05-191-2/+4
* Michael Fischer found this bogus warning. Fixed.oharboe2008-05-191-4/+2
* - added jlink support, based on Jürgen Stuber patchntfreak2008-05-143-1/+860
* - restored tabs and formattingntfreak2008-05-122-113/+101
* - corrected rounding in ft2232_khzmifi2008-05-101-3/+4
* - added support for ft2232/jtag_khzmifi2008-05-101-0/+48
* This matters for embedded devices, but is probably not observably better for ...oharboe2008-05-072-6/+6
* Edgar's naming convention fixes.oharboe2008-04-302-7/+12
* Edgar's added support for printing jtag_khzoharboe2008-04-302-26/+46
* Tim Hudson: removed setting jtag_speed directly (which should not be done).oharboe2008-04-233-5/+0
* fix for gaffe in 555 that stopped JTAG chain examine + validate from running.oharboe2008-04-161-2/+2
* A dummy driver to test codepath w/no contact w/target.oharboe2008-04-133-2/+120
* - Set up ICE registers after TRSToharboe2008-04-131-3/+7
* Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe2008-04-112-4/+13
* back out Don Porges workaround for some device with manufcaturer # 0x1a2oharboe2008-04-091-9/+0
* Don Porges fixed c99 issues.oharboe2008-04-097-28/+32
* - added "init" command. "init" and "reset" at end of startup script is equiva...oharboe2008-04-092-2/+77
* use jtag.c's cur/end_state global variables.oharboe2008-04-081-3/+0
* Pavel pointed out that jtag_add_tlr() is better than jtag_add_tms().oharboe2008-04-082-20/+20
* The endstate now reports the endstate of the queue instead ofoharboe2008-04-082-1/+8
* added query of reset speedoharboe2008-04-041-13/+18
* - fixes for jtag_khz committed.oharboe2008-04-012-25/+45
* Do not assert trst in srst_only case even if srst_pulls_trst.oharboe2008-03-314-40/+65
* make jtag_add_statemove() internal to the driver.oharboe2008-03-312-56/+42
* TAP_SD/SI are now forbidden end states.oharboe2008-03-263-81/+57
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-2511-325/+320
* - changed jtag_add_reset errors to warningsntfreak2008-03-221-2/+2