summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
* 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
* ftdi_set_interface correctness by Strontium <strntydog@gmail.com>kc8apf2009-05-181-6/+6
* 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-1611-22/+22
* fix broken ir/drscan -endstate option. The statemachine now actually ends up ...oharboe2009-05-141-11/+6
* zy1000 1.52 snapshotoharboe2009-05-131-1/+1
* added verify_jtag commandoharboe2009-05-131-15/+49
* shuffled comments about for jtag_add_dr_out() fn.oharboe2009-05-131-7/+14
* irscan now also works correctly in addition to not crashing :-)oharboe2009-05-121-1/+1
* move eCos type definition to types.h where it belongs. oharboe2009-05-121-4/+0
* Add stdint.h to types.h to provide intptr_t.zwelch2009-05-121-1/+0
* eCos fixesoharboe2009-05-121-0/+5
* Include config.h in pregenerated rlink_speed_table.c source.zwelch2009-05-121-0/+3
* added jtag_alloc_in_value32 - not used in this commit.oharboe2009-05-122-2/+30
* 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-112-2/+2
* fix USB performance regression for verify_ircaptureoharboe2009-05-111-46/+23
* retire jtag_add_dr_scan_nowoharboe2009-05-112-10/+0
* change jtag_add_callback API to be able to support check_value/maskoharboe2009-05-112-11/+81
* Fix ft2232 for CygWin, provided by Michael Bruck <mbruck@digenius.de>.zwelch2009-05-111-4/+4
* Audit and eliminate redundant #include directives from src/jtag.zwelch2009-05-1118-153/+10
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-113-3/+0
* Extend autotools build to create shared library libopenocd with libtool:zwelch2009-05-101-3/+7
* Wrote up post processing JTAG API. Not used yet, but reference implementation...oharboe2009-05-102-1/+137
* plugged bug w/irlen > 32 introduce in 1672oharboe2009-05-081-1/+5
* sync up zy1000 interface to bitbang driver's handling of exiting the shift stateoharboe2009-05-081-15/+25
* fix gaffe in 1672oharboe2009-05-081-3/+8
* add flush_count jtag queue profiling featureoharboe2009-05-081-1/+17
* fix (old?) bug in jtag_add_ir_scan()oharboe2009-05-081-1/+2
* in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe2009-05-084-135/+11
* fix one gaffe in previous commit.oharboe2009-05-081-1/+1
* use assert instead of adding code that always runsoharboe2009-05-081-5/+2
* pull up verify_capture_ir one level in api stackoharboe2009-05-082-17/+55
* first jtag_check_value_mask usage. tested by using "arm7_9 fast_memory_access...oharboe2009-05-081-2/+14
* refactor to be able to remove more in_handler stuffoharboe2009-05-072-6/+25
* verified that an argument is unusedoharboe2009-05-072-2/+7
* jtag API error handling refactoring.oharboe2009-05-072-2/+15
* added template for removing in_handler oharboe2009-05-073-11/+36
* Added (BUILD_JLINK==1) condition to us new tables with JLinkmlu2009-05-061-1/+1
* Dick Hollenbeck <dick@softplc.com> comments & 7 clock TMS reset for good measureoharboe2009-05-061-20/+30
* Small changes that might improve stability.mlu2009-05-061-19/+43
* transition more directly to the end state + reuse more of the state move code...oharboe2009-05-061-21/+13
* log noise reductionoharboe2009-05-061-28/+35