aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.c
AgeCommit message (Expand)Author
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-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-06remove unecessary setting of deprecated fields to NULLoharboe
2009-05-06retire out_mask - not used anywhereoharboe
2009-05-01Remove superflous spaces from new JTAG table to fix formatting.zwelch
2009-04-29Add missing header files to fix C99 compatibility.zwelch
2009-04-28Dick Hollenbeck <dick@softplc.com> and Jeff Williams tap_get_tms_path_len()oharboe
2009-04-27Some devices such as AVR will return 0xffffffff instead of the TDIoharboe
2009-04-24add jtag_debug_state_machineoharboe
2009-04-22fix jtag run/idle state name courtesy of Jeff Williams <jeffw@gadgetworks.com...kc8apf
2009-04-21Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe
2009-04-19Zach Welch <zw@superlucidity.net> use tap_state_toharboe
2009-04-18The following patches was applied:mifi
2009-03-19Thomas Kindler <mail+ocd@t-kindler.de> typosoharboe
2009-03-17- remove build warningsntfreak
2009-03-11Added -endstate to irscan and drscan to support beagleboard (omap3530)duane
2009-03-08Patch from Dimitar Dimitrov adding support for Olimex ARM-JTAG-EWduane
2009-02-10Use C89/C99/C++ compliant boolean typeskc8apf
2009-02-10A few more usages of TRUE and FALSE to removekc8apf
2009-02-09- fix native win32 build issuesntfreak
2009-02-03- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf
2009-01-23xvsf player fixes by Dick Hollenbeck <dick@softplc.com>kc8apf
2009-01-14arm11 wipoharboe
2009-01-13- added mips software breakpoint supportntfreak
2009-01-09allow issuing reset_config on the fly. Faster turnaround times in testing.oharboe
2009-01-09fixed warnings + added zy1000 jtag_add_clocks support.oharboe
2009-01-09Dick Hollenbeck <dick@softplc.com> adds jtag_add_clocks() and implements thos...oharboe
2008-12-27Quoteify the FT2232 description list, and a missed fix from Dirk Behme about ...duane
2008-12-27Added dongle VSLLINK - from Simon Qianduane
2008-12-19Dick Hollenbeck <dick@softplc.com> better loggingoharboe
2008-12-19- rlink interface support from Lou Deluxe <lou.openocd012@fixit.nospammail.net>kc8apf
2008-12-14- Update tap_state_strings to correspond to SVF state nameskc8apf
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-12-13Add JTAG tap events for enable/disablekc8apf
2008-12-13Clean up references to old tap_state nameskc8apf