aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.c
AgeCommit message (Expand)Author
2009-05-14fix broken ir/drscan -endstate option. The statemachine now actually ends up ...oharboe
2009-05-13added verify_jtag commandoharboe
2009-05-12irscan now also works correctly in addition to not crashing :-)oharboe
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-11Audit and eliminate redundant #include directives from src/jtag.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-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