summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
* Update autotools scripts to require automake 1.6. The configure.in scriptzwelch2009-05-021-2/+3
* Remove superflous spaces from new JTAG table to fix formatting.zwelch2009-05-011-6/+6
* zy1000 1.51oharboe2009-04-301-1/+1
* Michael Bruck <mbruck@digenius.de>: sys/select.h must preceed windows.h.zwelch2009-04-301-2/+2
* Sten <debian@sansys-electronic.com>: add support for ICEbear FDTI-based inter...zwelch2009-04-291-0/+105
* Fix jlink usb_bulk_with_retries to return actual error codes.zwelch2009-04-291-13/+10
* Remove vestigial last_tms variable from jlink driver.zwelch2009-04-291-3/+0
* Fix jlink for Debian/Ubuntu (by Ben Dooks <ben-openocd@fluff.org>).zwelch2009-04-291-1/+10
* Remove redundant declarations to allow building with -Wredundant-decls.zwelch2009-04-291-1/+0
* Add missing header files to fix C99 compatibility.zwelch2009-04-291-2/+5
* more docs on jtag_add_pathmove()oharboe2009-04-281-1/+12
* Dick Hollenbeck <dick@softplc.com> and Jeff Williams tap_get_tms_path_len()oharboe2009-04-282-43/+125
* Correctedout buffer size and missing jlink_tap_init() call.mlu2009-04-281-17/+45
* Zach Welch <zw@superlucidity.net> fix gw16012 with --enable-parport_ppdevoharboe2009-04-281-39/+67
* eol-style nativeoharboe2009-04-281-186/+186
* Dick Hollenbeck <dick@softplc.com> Collect some macros, add DIM()oharboe2009-04-271-3/+11
* SimonQian <simonqian@simonqian.com> patch for error compiling vsllink if --en...oharboe2009-04-271-4/+4
* Some devices such as AVR will return 0xffffffff instead of the TDIoharboe2009-04-271-3/+5
* Zach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES macrooharboe2009-04-261-1/+1
* Corrected statement ordermlu2009-04-251-2/+2
* Fix ft2232 TX buffer overflowmlu2009-04-251-0/+7
* Break ft2232_execute_quie into smaller functions, follows restructure of jlink.cmlu2009-04-251-200/+282
* add jtag_debug_state_machineoharboe2009-04-243-0/+109
* Zach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES macro (1 of 2)oharboe2009-04-242-1/+4
* Zach Welch <zw@superlucidity.net> use memcpyoharboe2009-04-241-17/+3
* Remove warningduane2009-04-241-1/+1
* unbreak zy1000 oharboe2009-04-231-1/+17
* Zach Welch <zw@superlucidity.net> do not pad TMSoharboe2009-04-221-9/+6
* Zach Welch <zw@superlucidity.net> set speed in initoharboe2009-04-221-0/+1
* Zach Welch <zw@superlucidity.net> fix jlink resetoharboe2009-04-221-0/+4
* Zach Welch <zw@superlucidity.net> reorder enum tap_stateoharboe2009-04-221-13/+30
* Shrink JLink buffer sizes to specified 2KB courtesy of Jeff Williams <jeffw@g...kc8apf2009-04-221-2/+3
* fix jtag run/idle state name courtesy of Jeff Williams <jeffw@gadgetworks.com...kc8apf2009-04-221-1/+1
* refactor jlink_execute_queue courtesy of Zach Welch <zw@superlucidity.net>kc8apf2009-04-221-81/+99
* Zach Welch <zw@superlucidity.net> refactoroharboe2009-04-211-177/+154
* Zach Welch <zw@superlucidity.net> fix ft2232 usb io format warningoharboe2009-04-211-3/+4
* Zach Welch <zw@superlucidity.net> add --enable-verbose* optionsoharboe2009-04-211-12/+0
* Zach Welch <zw@superlucidity.net> add --enable-verbose* optionsoharboe2009-04-214-39/+4
* Zach Welch <zw@superlucidity.net> fix jlink format warningoharboe2009-04-211-1/+1
* Zach Welch <zw@superlucidity.net> factor jlink usb_bulk_*_ex functionsoharboe2009-04-211-31/+18
* - vsllink update from SimonQian [simonqian@SimonQian.com]ntfreak2009-04-211-214/+710
* Zach Welch <zw@superlucidity.net> add static keywords to at91rm9200oharboe2009-04-211-2/+2
* Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)oharboe2009-04-213-4/+4
* Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe2009-04-2115-530/+545
* - fix at91rm9200 warning. Thanks Zach Welch <zw@superlucidity.net>ntfreak2009-04-201-1/+1
* Zach Welch <zw@superlucidity.net> fix ft2232/presto warningsoharboe2009-04-203-11/+11
* Nikolay Shadrin whoney at gmail.com, Zach Welch <zw@superlucidity.net> unstab...oharboe2009-04-191-11/+59
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-192-6/+6
* Partially fix USBprog and JLink adapters on XScale targetmifi2009-04-192-3/+16
* Added functionality to support jtag_khz for the jlink.mifi2009-04-191-0/+9