Shrink JLink buffer sizes to specified 2KB courtesy of Jeff Williams <jeffw@gadgetwor...
[fw/openocd] / src / jtag / jlink.c
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