summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove unecessary setting of deprecated fields to NULLoharboe2009-05-062-8/+8
* add warnings about not using in_handleroharboe2009-05-061-5/+5
* retire out_mask - not used anywhereoharboe2009-05-063-15/+3
* Update autotools scripts to require automake 1.6. The configure.in scriptzwelch2009-05-021-2/+3
* Remove superflous spaces from new JTAG table to fix formatting.zwelch2009-05-011-6/+6
* zy1000 1.51oharboe2009-04-301-1/+1
* Michael Bruck <mbruck@digenius.de>: sys/select.h must preceed windows.h.zwelch2009-04-301-2/+2
* Sten <debian@sansys-electronic.com>: add support for ICEbear FDTI-based inter...zwelch2009-04-291-0/+105
* Fix jlink usb_bulk_with_retries to return actual error codes.zwelch2009-04-291-13/+10
* Remove vestigial last_tms variable from jlink driver.zwelch2009-04-291-3/+0
* Fix jlink for Debian/Ubuntu (by Ben Dooks <ben-openocd@fluff.org>).zwelch2009-04-291-1/+10
* Remove redundant declarations to allow building with -Wredundant-decls.zwelch2009-04-291-1/+0
* Add missing header files to fix C99 compatibility.zwelch2009-04-291-2/+5
* more docs on jtag_add_pathmove()oharboe2009-04-281-1/+12
* Dick Hollenbeck <dick@softplc.com> and Jeff Williams tap_get_tms_path_len()oharboe2009-04-282-43/+125
* Correctedout buffer size and missing jlink_tap_init() call.mlu2009-04-281-17/+45
* Zach Welch <zw@superlucidity.net> fix gw16012 with --enable-parport_ppdevoharboe2009-04-281-39/+67
* eol-style nativeoharboe2009-04-281-186/+186