summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Dick Hollenbeck <dick@softplc.com> adds jtag_add_clocks() and implements thos...oharboe2009-01-091-18/+45
* Quoteify the FT2232 description list, and a missed fix from Dirk Behme about ...duane2008-12-271-1/+1
* Added dongle VSLLINK - from Simon Qianduane2008-12-271-0/+7
* Dick Hollenbeck <dick@softplc.com> better loggingoharboe2008-12-191-2/+2
* - rlink interface support from Lou Deluxe <lou.openocd012@fixit.nospammail.net>kc8apf2008-12-191-0/+7
* - Update tap_state_strings to correspond to SVF state nameskc8apf2008-12-141-11/+34
* - remove target specific variant and use target->variant memberntfreak2008-12-131-79/+48
* Add JTAG tap events for enable/disablekc8apf2008-12-131-1/+184
* Clean up references to old tap_state nameskc8apf2008-12-131-30/+30
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-37/+37
* Allow -expected-id to be specified multiple times when creating a jtag tapkc8apf2008-12-121-13/+58
* Fix for Hiroshi Ito discovery of mis-aligned memory allocationduane2008-12-041-0/+33
* update zy1000 to svn head jtag apioharboe2008-12-011-51/+32
* jtag newtap change & huge manual updateduane2008-11-301-178/+608
* - fox small typo in handle_irscan_commandntfreak2008-11-201-1/+1
* jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe2008-11-191-2/+11
* 926ejs target uses rclk. Cleaned up jtag_khz output a bit.oharboe2008-11-051-1/+7
* disable continous polling while srst is asserted and power dropout is detectedoharboe2008-11-051-184/+216
* Laurentiu Cocanu - more help textoharboe2008-10-221-1/+1
* Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe2008-10-151-2/+5
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-10/+1
* Duane Ellis: target_process_reset is now implemented in tcl. This allows bett...oharboe2008-09-121-2/+72
* continue execution even if chain can't be validated. This will, hopefully, gi...oharboe2008-08-201-10/+2
* DANGER: committed work-in-progress to handle examination of jtag devices with...oharboe2008-08-191-12/+10
* fix warning.oharboe2008-08-131-1/+0
* fix output from jtag_khz when only jtag_speed has been invokedoharboe2008-08-111-2/+11
* fix error messageoharboe2008-08-111-1/+1