summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.c
Commit message (Expand)AuthorAgeFilesLines
* David Brownell <david-b@pacbell.net>:zwelch2009-05-301-54/+88
* David Brownell <david-b@pacbell.net>:zwelch2009-05-241-2/+3
* Submitted by Magnus Lundin <lundin@mlu.mine.nu>:zwelch2009-05-231-1/+2
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-211-2/+7
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-211-15/+12
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-211-30/+33
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-211-37/+27
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-211-16/+17
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-211-27/+28
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-211-9/+0
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-211-44/+23
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-211-15/+20
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-211-17/+17
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-211-14/+76
* Spencer Oliver <spen@spen-soft.co.uk> use 7 tms out of resetoharboe2009-05-201-3/+3
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-201-13/+12
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-201-4/+2
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-201-16/+15
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-201-2/+1
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-201-18/+16
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-201-13/+12
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-201-2/+1
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-201-19/+25
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-201-6/+7
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-201-78/+80
* added tms_sequence command to allow switching between old/new tms sequenceoharboe2009-05-191-34/+60
* Enable non-7-cycle state table for FT2232 and JLinkkc8apf2009-05-181-1/+1
* Fix fallout from r1818kc8apf2009-05-181-1/+1
* Change last_comand_pointer to last_command_pointer by Michael Bruck <mbruck@d...kc8apf2009-05-181-4/+4
* Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [7/8]kc8apf2009-05-181-53/+48
* Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [6/8]kc8apf2009-05-181-17/+15
* Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [5/8]kc8apf2009-05-181-17/+17
* Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [4/8]kc8apf2009-05-181-17/+18
* Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [3/8]kc8apf2009-05-181-18/+17
* Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [2/8]kc8apf2009-05-181-19/+17
* Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de>kc8apf2009-05-181-0/+15
* JTAG state table updates (short table still disabled). Provided by Dick Holl...kc8apf2009-05-181-11/+14
* Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d...oharboe2009-05-161-5/+5
* fix broken ir/drscan -endstate option. The statemachine now actually ends up ...oharboe2009-05-141-11/+6
* added verify_jtag commandoharboe2009-05-131-15/+49
* irscan now also works correctly in addition to not crashing :-)oharboe2009-05-121-1/+1
* added jtag_alloc_in_value32 - not used in this commit.oharboe2009-05-121-1/+9
* fix ancient bug & SEGFAULT in irscanoharboe2009-05-121-4/+7
* Include assert.h in system.h to promote tree-wide use of assertions.zwelch2009-05-121-1/+1
* now builds on 64 and 32 bit systemsoharboe2009-05-111-1/+1
* fix USB performance regression for verify_ircaptureoharboe2009-05-111-46/+23
* retire jtag_add_dr_scan_nowoharboe2009-05-111-6/+0
* change jtag_add_callback API to be able to support check_value/maskoharboe2009-05-111-8/+66
* Audit and eliminate redundant #include directives from src/jtag.zwelch2009-05-111-8/+0
* Wrote up post processing JTAG API. Not used yet, but reference implementation...oharboe2009-05-101-1/+73