aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.c
AgeCommit message (Expand)Author
2009-05-18Change last_comand_pointer to last_command_pointer by Michael Bruck <mbruck@d...kc8apf
2009-05-18Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [7/8]kc8apf
2009-05-18Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [6/8]kc8apf
2009-05-18Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [5/8]kc8apf
2009-05-18Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [4/8]kc8apf
2009-05-18Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [3/8]kc8apf
2009-05-18Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de> [2/8]kc8apf
2009-05-18Add jtag_queue_command() by Michael Bruck <mbruck@digenius.de>kc8apf
2009-05-18JTAG state table updates (short table still disabled). Provided by Dick Holl...kc8apf
2009-05-16Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d...oharboe
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