summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.c
Commit message (Expand)AuthorAgeFilesLines
* irscan now also works correctly in addition to not crashing :-)oharboe2009-05-121-1/+1
* added jtag_alloc_in_value32 - not used in this commit.oharboe2009-05-121-1/+9
* fix ancient bug & SEGFAULT in irscanoharboe2009-05-121-4/+7
* Include assert.h in system.h to promote tree-wide use of assertions.zwelch2009-05-121-1/+1
* now builds on 64 and 32 bit systemsoharboe2009-05-111-1/+1
* fix USB performance regression for verify_ircaptureoharboe2009-05-111-46/+23
* retire jtag_add_dr_scan_nowoharboe2009-05-111-6/+0
* change jtag_add_callback API to be able to support check_value/maskoharboe2009-05-111-8/+66
* Audit and eliminate redundant #include directives from src/jtag.zwelch2009-05-111-8/+0
* Wrote up post processing JTAG API. Not used yet, but reference implementation...oharboe2009-05-101-1/+73
* plugged bug w/irlen > 32 introduce in 1672oharboe2009-05-081-1/+5
* 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-081-79/+9
* 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-081-16/+52
* 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-071-6/+22
* verified that an argument is unusedoharboe2009-05-071-1/+1
* jtag API error handling refactoring.oharboe2009-05-071-2/+2
* added template for removing in_handler oharboe2009-05-071-9/+22
* 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
* remove unecessary setting of deprecated fields to NULLoharboe2009-05-061-6/+6
* retire out_mask - not used anywhereoharboe2009-05-061-13/+3
* Remove superflous spaces from new JTAG table to fix formatting.zwelch2009-05-011-6/+6
* Add missing header files to fix C99 compatibility.zwelch2009-04-291-2/+5
* Dick Hollenbeck <dick@softplc.com> and Jeff Williams tap_get_tms_path_len()oharboe2009-04-281-43/+106
* Some devices such as AVR will return 0xffffffff instead of the TDIoharboe2009-04-271-3/+5
* add jtag_debug_state_machineoharboe2009-04-241-0/+85
* fix jtag run/idle state name courtesy of Jeff Williams <jeffw@gadgetworks.com...kc8apf2009-04-221-1/+1
* Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe2009-04-211-38/+38
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-1/+1
* Zach Welch <zw@superlucidity.net> use tap_state_toharboe2009-04-191-7/+7
* The following patches was applied:mifi2009-04-181-16/+16
* Thomas Kindler <mail+ocd@t-kindler.de> typosoharboe2009-03-191-3/+3
* - remove build warningsntfreak2009-03-171-36/+26
* Added -endstate to irscan and drscan to support beagleboard (omap3530)duane2009-03-111-11/+108
* Patch from Dimitar Dimitrov adding support for Olimex ARM-JTAG-EWduane2009-03-081-0/+7
* Use C89/C99/C++ compliant boolean typeskc8apf2009-02-101-7/+11
* A few more usages of TRUE and FALSE to removekc8apf2009-02-101-2/+2
* - fix native win32 build issuesntfreak2009-02-091-9/+5
* - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf2009-02-031-98/+280
* xvsf player fixes by Dick Hollenbeck <dick@softplc.com>kc8apf2009-01-231-12/+29
* arm11 wipoharboe2009-01-141-7/+17
* - added mips software breakpoint supportntfreak2009-01-131-3/+4
* allow issuing reset_config on the fly. Faster turnaround times in testing.oharboe2009-01-091-1/+2
* fixed warnings + added zy1000 jtag_add_clocks support.oharboe2009-01-091-1/+1