aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)Author
2009-05-12Include config.h in pregenerated rlink_speed_table.c source.zwelch
2009-05-12added jtag_alloc_in_value32 - not used in this commit.oharboe
2009-05-12fix ancient bug & SEGFAULT in irscanoharboe
2009-05-12Include assert.h in system.h to promote tree-wide use of assertions.zwelch
2009-05-11now builds on 64 and 32 bit systemsoharboe
2009-05-11fix USB performance regression for verify_ircaptureoharboe
2009-05-11retire jtag_add_dr_scan_nowoharboe
2009-05-11change jtag_add_callback API to be able to support check_value/maskoharboe
2009-05-11Fix ft2232 for CygWin, provided by Michael Bruck <mbruck@digenius.de>.zwelch
2009-05-11Audit and eliminate redundant #include directives from src/jtag.zwelch
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch
2009-05-10Extend autotools build to create shared library libopenocd with libtool:zwelch
2009-05-10Wrote up post processing JTAG API. Not used yet, but reference implementation...oharboe
2009-05-08plugged bug w/irlen > 32 introduce in 1672oharboe
2009-05-08sync up zy1000 interface to bitbang driver's handling of exiting the shift stateoharboe
2009-05-08fix gaffe in 1672oharboe
2009-05-08add flush_count jtag queue profiling featureoharboe
2009-05-08fix (old?) bug in jtag_add_ir_scan()oharboe
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe
2009-05-08fix one gaffe in previous commit.oharboe
2009-05-08use assert instead of adding code that always runsoharboe
2009-05-08pull up verify_capture_ir one level in api stackoharboe
2009-05-08first jtag_check_value_mask usage. tested by using "arm7_9 fast_memory_access...oharboe
2009-05-07refactor to be able to remove more in_handler stuffoharboe
2009-05-07verified that an argument is unusedoharboe
2009-05-07jtag API error handling refactoring.oharboe
2009-05-07added template for removing in_handler oharboe
2009-05-06Added (BUILD_JLINK==1) condition to us new tables with JLinkmlu
2009-05-06Dick Hollenbeck <dick@softplc.com> comments & 7 clock TMS reset for good measureoharboe
2009-05-06Small changes that might improve stability.mlu
2009-05-06transition more directly to the end state + reuse more of the state move code...oharboe
2009-05-06log noise reductionoharboe
2009-05-06remove unecessary setting of deprecated fields to NULLoharboe
2009-05-06add warnings about not using in_handleroharboe
2009-05-06retire out_mask - not used anywhereoharboe
2009-05-02Update autotools scripts to require automake 1.6. The configure.in scriptzwelch
2009-05-01Remove superflous spaces from new JTAG table to fix formatting.zwelch
2009-04-30zy1000 1.51oharboe
2009-04-30Michael Bruck <mbruck@digenius.de>: sys/select.h must preceed windows.h.zwelch
2009-04-29Sten <debian@sansys-electronic.com>: add support for ICEbear FDTI-based inter...zwelch
2009-04-29Fix jlink usb_bulk_with_retries to return actual error codes.zwelch
2009-04-29Remove vestigial last_tms variable from jlink driver.zwelch
2009-04-29Fix jlink for Debian/Ubuntu (by Ben Dooks <ben-openocd@fluff.org>).zwelch
2009-04-29Remove redundant declarations to allow building with -Wredundant-decls.zwelch
2009-04-29Add missing header files to fix C99 compatibility.zwelch
2009-04-28more docs on jtag_add_pathmove()oharboe
2009-04-28Dick Hollenbeck <dick@softplc.com> and Jeff Williams tap_get_tms_path_len()oharboe
2009-04-28Correctedout buffer size and missing jlink_tap_init() call.mlu
2009-04-28Zach Welch <zw@superlucidity.net> fix gw16012 with --enable-parport_ppdevoharboe
2009-04-28eol-style nativeoharboe