Fix: Error while reading from USB endpoint
[fw/openocd] / src / jtag / drivers / jlink.c
2012-06-26 Alexander OsipenkoJ-Link: Initialize .transports to suppress warning.
2012-06-26 Alexander OsipenkoJ-Link: Forcibly select JTAG transport
2012-06-26 Alexander OsipenkoJLink: added jlink_usb_io() function
2012-06-26 Alexander OsipenkoJ-Link Unsupported firmware version check
2012-02-06 Spencer Oliverbuild: cleanup src/jtag/drivers directory
2011-12-12 Mauro Gambajlink libusb-1.0 driver.
2011-04-30 Jonas Hörbergadapter speed: require init script setting and centrali...
2011-04-09 Jean-Christophe... jlink: jlink_debug_buffer use inline function when...
2011-03-13 Jean-Christophe... jlink: add Emulator configuration support
2011-03-13 Jean-Christophe... jlink: add detect hw type
2011-03-13 Jean-Christophe... jlink: use tap buffer as 2k
2011-03-13 Jean-Christophe... jlink: add capability dumper and command
2011-03-02 Jean-Christophe... jlink: add jlink_pid to specify the pid to use
2011-03-02 Jean-Christophe... jlink: switch commands to subcommands
2011-03-02 Jean-Christophe... jlink: harmonise the device name to J-Link
2011-03-02 Jean-Christophe... jlink: add new PID and VID
2011-02-23 Jean-Christophe... jlink: set the speed at JLINK_MAX_SPEED when an exceede...
2011-01-05 Eric Wetzelnit: do not add \n at end of LOG_ERROR
2010-12-08 Øyvind Harboejtag: getting the JTAG speed can fail
2010-10-10 David Brownelladd JLINK protocol doc ref
2010-06-17 Antonio Borneojlink: fix -Wshadow warning
2010-06-07 Øyvind Harboejtag: rename JTAG_MOVESTATE to JTAG_TLR_RESET
2010-03-10 Spencer OliverJLINK: user info message cleanup
2010-02-04 David BrownellJLink: reference protocol documentation
2010-01-03 David BrownellJTAG/drivers: cleanup jtag_interface structs
2009-12-11 Spencer Oliverbuild: fix cygwin build warnings
2009-12-03 Zachary T Welchchange #include "interface.h" to <jtag/interface.h>
2009-12-03 Zachary T Welchchange #include "commands.h" to <jtag/commands.h>
2009-12-03 Zachary T Welchmove jtag drivers to src/jtag/drivers