- Fixes '=' whitespace
[fw/openocd] / src / jtag / jlink.c
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-19 duaneprintf() warning fixes due to uint32_t change-over
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-09 zwelchAdd get and set accessors for jtag_speed:
2009-06-04 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-03 zwelchFinish JTAG header file modularization; command factori...
2009-06-03 zwelchRemove interface.h from public JTAG header, include...
2009-06-02 ntfreak- hack added to fix a issue with v5/6 jlink
2009-06-02 oharboeRemove unused code, TAP_INVALID is never passed to...
2009-06-01 zwelchEncapsulate JTAG Cable API and interface structure...
2009-05-31 zwelchPeter Denison <openwrt@marshadder.org>:
2009-05-30 zwelchRemove unused jlink_execute_end_state (unreferenced...
2009-05-30 oharboeremove unused JTAG_END_STATE
2009-05-23 zwelchSubmitted by Magnus Lundin <lundin@mlu.mine.nu>:
2009-05-18 kc8apfJLink support for non-7-cycle state moves by Dick Holle...
2009-05-16 oharboeMichael Bruck <mbruck@digenius.de> change 'ir_scan...
2009-05-11 zwelchAudit and eliminate redundant #include directives from...
2009-05-06 mluSmall changes that might improve stability.
2009-04-29 zwelchFix jlink usb_bulk_with_retries to return actual error...
2009-04-29 zwelchRemove vestigial last_tms variable from jlink driver.
2009-04-29 zwelchFix jlink for Debian/Ubuntu (by Ben Dooks <ben-openocd...
2009-04-28 mluCorrectedout buffer size and missing jlink_tap_init...
2009-04-24 oharboeadd jtag_debug_state_machine
2009-04-24 oharboeZach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES...
2009-04-24 oharboeZach Welch <zw@superlucidity.net> use memcpy
2009-04-22 oharboeZach Welch <zw@superlucidity.net> do not pad TMS
2009-04-22 oharboeZach Welch <zw@superlucidity.net> set speed in init
2009-04-22 oharboeZach Welch <zw@superlucidity.net> fix jlink reset
2009-04-22 kc8apfShrink JLink buffer sizes to specified 2KB courtesy...
2009-04-22 kc8apfrefactor jlink_execute_queue courtesy of Zach Welch...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> refactor
2009-04-21 oharboeZach Welch <zw@superlucidity.net> add --enable-verbose...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> fix jlink format...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> factor jlink usb_bul...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> fix -Wformat-security...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> use static keyword...
2009-04-19 oharboeNikolay Shadrin whoney at gmail.com, Zach Welch <zw...
2009-04-19 mifiPartially fix USBprog and JLink adapters on XScale...
2009-04-19 mifiAdded functionality to support jtag_khz for the jlink.
2009-04-18 mifiThe following patches was applied:
2009-02-10 kc8apfUse C89/C99/C++ compliant boolean types
2009-02-03 kc8apf- Cable driver helper API courtesy of Dick Hollenbeck...
2008-12-14 kc8apf- Update tap_state_strings to correspond to SVF state...
2008-12-13 kc8apfClean up references to old tap_state names
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-11-03 ntfreak- fix issue with jlink/libusb timeout under linux
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-08-06 ntfreak- fix target_examine declaration
2008-06-10 ntfreak- error message cleanup in jlink driver
2008-06-04 ntfreak- fix jlink accessing incorrect buffer element
2008-05-27 ntfreak- fix issue if jlink sends result in single usb in...
2008-05-26 mifi- renamed EMU_CMD_HW_JTAG to EMU_CMD_HW_JTAG3
2008-05-25 mifi- changed some buffer defines to increase performance
2008-05-24 mifi- comment out usb_set_altinterface, because it is not...
2008-05-24 mifi- swap processing of reset handling. First srst and...
2008-05-24 mifi- corrected copy/paste type and renamed jlink_usb_read_...
2008-05-24 mifi- removed obsolete cmd JLINK_TAP_SEQUENCE_COMMAND,...
2008-05-24 ntfreak- jlink jlink_execute_queue returns result
2008-05-24 mifi- replaced JLINK_xxxx command defines by EMU_CMD_ from the
2008-05-14 ntfreak- added jlink support, based on Jürgen Stuber patch