aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jlink.c
AgeCommit message (Expand)Author
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell
2009-08-06Gary Carlson [gcarlson@carlson-minot.com]:ntfreak
2009-07-13Gary Carlson <gcarlson@carlson-minot.com>ntfreak
2009-07-06- change sleep to usleep - fixes issue under win32 buildntfreak
2009-07-06Gary Carlson <gcarlson@carlson-minot.com>:zwelch
2009-06-23- Fixes '[|]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-19printf() warning fixes due to uint32_t change-overduane
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch
2009-06-18Transform 'u8' to 'uint8_t'zwelch
2009-06-09Add get and set accessors for jtag_speed:zwelch
2009-06-04David Brownell <david-b@pacbell.net>:zwelch
2009-06-03Finish JTAG header file modularization; command factoring follows.zwelch
2009-06-03Remove interface.h from public JTAG header, include it where required.zwelch
2009-06-02- hack added to fix a issue with v5/6 jlinkntfreak
2009-06-02Remove unused code, TAP_INVALID is never passed to drivers.oharboe
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch
2009-05-31Peter Denison <openwrt@marshadder.org>:zwelch
2009-05-30Remove unused jlink_execute_end_state (unreferenced after r1949).zwelch
2009-05-30remove unused JTAG_END_STATEoharboe
2009-05-23Submitted by Magnus Lundin <lundin@mlu.mine.nu>:zwelch
2009-05-18JLink support for non-7-cycle state moves by Dick Hollenbeck <dick@softplc.com>kc8apf
2009-05-16Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to d...oharboe
2009-05-11Audit and eliminate redundant #include directives from src/jtag.zwelch
2009-05-06Small changes that might improve stability.mlu
2009-04-29Fix jlink usb_bulk_with_retries to return actual error codes.zwelch
2009-04-29Remove vestigial last_tms variable from jlink driver.zwelch
2009-04-29Fix jlink for Debian/Ubuntu (by Ben Dooks <ben-openocd@fluff.org>).zwelch
2009-04-28Correctedout buffer size and missing jlink_tap_init() call.mlu
2009-04-24add jtag_debug_state_machineoharboe
2009-04-24Zach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES macro (1 of 2)oharboe
2009-04-24Zach Welch <zw@superlucidity.net> use memcpyoharboe
2009-04-22Zach Welch <zw@superlucidity.net> do not pad TMSoharboe
2009-04-22Zach Welch <zw@superlucidity.net> set speed in initoharboe
2009-04-22Zach Welch <zw@superlucidity.net> fix jlink resetoharboe
2009-04-22Shrink JLink buffer sizes to specified 2KB courtesy of Jeff Williams <jeffw@g...kc8apf
2009-04-22refactor jlink_execute_queue courtesy of Zach Welch <zw@superlucidity.net>kc8apf
2009-04-21Zach Welch <zw@superlucidity.net> refactoroharboe
2009-04-21Zach Welch <zw@superlucidity.net> add --enable-verbose* optionsoharboe
2009-04-21Zach Welch <zw@superlucidity.net> fix jlink format warningoharboe
2009-04-21Zach Welch <zw@superlucidity.net> factor jlink usb_bulk_*_ex functionsoharboe
2009-04-21Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)oharboe
2009-04-21Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe
2009-04-19Nikolay Shadrin whoney at gmail.com, Zach Welch <zw@superlucidity.net> unstab...oharboe
2009-04-19Partially fix USBprog and JLink adapters on XScale targetmifi
2009-04-19Added functionality to support jtag_khz for the jlink.mifi
2009-04-18The following patches was applied:mifi