summaryrefslogtreecommitdiff
path: root/src/jtag/jlink.c
Commit message (Expand)AuthorAgeFilesLines
* Gary Carlson <gcarlson@carlson-minot.com>ntfreak2009-07-131-43/+92
* - change sleep to usleep - fixes issue under win32 buildntfreak2009-07-061-1/+1
* Gary Carlson <gcarlson@carlson-minot.com>:zwelch2009-07-061-15/+27
* - Fixes '[|]' whitespacezwelch2009-06-231-1/+1
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-3/+3
* - Fixes '==' whitespacezwelch2009-06-231-2/+2
* - Fixes '!=' whitespacezwelch2009-06-231-1/+1
* printf() warning fixes due to uint32_t change-overduane2009-06-191-3/+3
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-181-4/+4
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-21/+21
* Add get and set accessors for jtag_speed:zwelch2009-06-091-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-041-19/+19
* Finish JTAG header file modularization; command factoring follows.zwelch2009-06-031-1/+1
* Remove interface.h from public JTAG header, include it where required.zwelch2009-06-031-1/+1
* - hack added to fix a issue with v5/6 jlinkntfreak2009-06-021-1/+9
* Remove unused code, TAP_INVALID is never passed to drivers.oharboe2009-06-021-8/+3
* Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch2009-06-011-0/+1
* Peter Denison <openwrt@marshadder.org>:zwelch2009-05-311-1/+1
* Remove unused jlink_execute_end_state (unreferenced after r1949).zwelch2009-05-301-8/+0
* remove unused JTAG_END_STATEoharboe2009-05-301-1/+0
* Submitted by Magnus Lundin <lundin@mlu.mine.nu>:zwelch2009-05-231-21/+100
* JLink support for non-7-cycle state moves by Dick Hollenbeck <dick@softplc.com>kc8apf2009-05-181-4/+10
* Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d...oharboe2009-05-161-2/+2
* Audit and eliminate redundant #include directives from src/jtag.zwelch2009-05-111-5/+0
* Small changes that might improve stability.mlu2009-05-061-19/+43
* 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
* Correctedout buffer size and missing jlink_tap_init() call.mlu2009-04-281-17/+45
* add jtag_debug_state_machineoharboe2009-04-241-0/+5
* Zach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES macro (1 of 2)oharboe2009-04-241-1/+1
* Zach Welch <zw@superlucidity.net> use memcpyoharboe2009-04-241-17/+3
* 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
* Shrink JLink buffer sizes to specified 2KB courtesy of Jeff Williams <jeffw@g...kc8apf2009-04-221-2/+3
* 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> add --enable-verbose* optionsoharboe2009-04-211-12/+0
* 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
* Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)oharboe2009-04-211-1/+1
* Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe2009-04-211-61/+61
* Nikolay Shadrin whoney at gmail.com, Zach Welch <zw@superlucidity.net> unstab...oharboe2009-04-191-11/+59
* Partially fix USBprog and JLink adapters on XScale targetmifi2009-04-191-1/+4
* Added functionality to support jtag_khz for the jlink.mifi2009-04-191-0/+9
* The following patches was applied:mifi2009-04-181-11/+12
* Use C89/C99/C++ compliant boolean typeskc8apf2009-02-101-2/+2
* - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf2009-02-031-21/+21