summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
* 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
* Dick Hollenbeck <dick@softplc.com> Collect some macros, add DIM()oharboe2009-04-271-3/+11
* SimonQian <simonqian@simonqian.com> patch for error compiling vsllink if --en...oharboe2009-04-271-4/+4
* Some devices such as AVR will return 0xffffffff instead of the TDIoharboe2009-04-271-3/+5
* Zach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES macrooharboe2009-04-261-1/+1
* Corrected statement ordermlu2009-04-251-2/+2
* Fix ft2232 TX buffer overflowmlu2009-04-251-0/+7
* Break ft2232_execute_quie into smaller functions, follows restructure of jlink.cmlu2009-04-251-200/+282
* add jtag_debug_state_machineoharboe2009-04-243-0/+109
* Zach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES macro (1 of 2)oharboe2009-04-242-1/+4
* Zach Welch <zw@superlucidity.net> use memcpyoharboe2009-04-241-17/+3