aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/jlink.c
AgeCommit message (Expand)Author
2016-08-13jlink: fix jlink regression introduced by ae8cdc commitSergey A. Borshch
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-02-13jlink: Update for libjaylink API changesMarc Schink
2016-01-15drivers: jlink: rework to allow scans of arbitrary length, bump libjaylinkPaul Fertser
2016-01-06jlink: deconflict local variables from global symbolsPeter A. Bigot
2015-12-29swd: Remove DAP from parameter listAndreas Fritiofson
2015-12-29arm_debug: Support multiple APs per DAP and remove DAP from armv7* structsPatrick Stewart
2015-11-26jlink: Retrieve maximum speed from device.Marc Schink
2015-11-26Improve J-Link driver and introduce libjaylink.Marc Schink
2015-08-06jlink: Add on-board nRF51-DK USB VID and PIDKyle Manna
2015-03-09jlink: Add variant "J-Link Lite-XMC4000"Andreas Färber
2015-03-09jlink: Add variant "J-Link Lite-XMC4200"Andreas Färber
2015-02-11J-Link serial number config optionJoerg Fischer
2015-02-11jlink: Added hardware version number for JLink firmware on LPC-Link2Nemui Trinomius
2015-01-09swd: handle various failure conditionsPaul Fertser
2014-11-24jtag/drivers/jlink: implement register command to fix SWDPaul Fertser
2014-10-06libusb: introduce jtag_libusb_choose_interface() and use it for JLinkPaul Fertser
2014-10-06jtag/drivers/jlink.c: fix for LPC Link-2 running JLink firmware on LinuxAnders
2014-09-22Support hla_serial command for ST-LINK adapters.Austin Phillips
2014-08-19jlink: Constantify string arraysSpencer Oliver
2014-08-19jlink: add variant "J-Link Lite-ADI"Spencer Oliver
2014-08-19jlink: fix typoSpencer Oliver
2014-08-02drivers/jlink: Revert old workaroundAndreas Fritiofson
2014-08-02drivers/jlink: fix SWD speed config, and set it before sending anythingPaul Fertser
2014-08-02drivers/jtag/jlink: support SWD modePaul Fertser
2014-06-22jtag/drivers/jlink: better diagnostics for RCLK problemsPaul Fertser
2014-03-29jlink: add support for Jlink-OB (0x0105) devicesAndrey Yurovsky
2014-01-15Conform to C99 integer types format specifiersHsiangkai Wang
2013-09-25jlink: improve USB read during jlink_tap_executePhilip Craig
2013-09-25jlink: Replace crazy home cooked assertion with a real oneAndreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2012-06-26J-Link: Initialize .transports to suppress warning.Alexander Osipenko
2012-06-26J-Link: Forcibly select JTAG transportAlexander Osipenko
2012-06-26JLink: added jlink_usb_io() functionAlexander Osipenko
2012-06-26J-Link Unsupported firmware version checkAlexander Osipenko
2012-02-06build: cleanup src/jtag/drivers directorySpencer Oliver
2011-12-12jlink libusb-1.0 driver.Mauro Gamba
2011-05-01adapter speed: require init script setting and centralize activation from dri...Jonas Hörberg
2011-04-09jlink: jlink_debug_buffer use inline function when _DEBUG_USB_COMMS_ not defineJean-Christophe PLAGNIOL-VILLARD
2011-03-13jlink: add Emulator configuration supportJean-Christophe PLAGNIOL-VILLARD
2011-03-13jlink: add detect hw typeJean-Christophe PLAGNIOL-VILLARD
2011-03-13jlink: use tap buffer as 2kJean-Christophe PLAGNIOL-VILLARD
2011-03-13jlink: add capability dumper and commandJean-Christophe PLAGNIOL-VILLARD
2011-03-02jlink: add jlink_pid to specify the pid to useJean-Christophe PLAGNIOL-VILLARD
2011-03-02jlink: switch commands to subcommandsJean-Christophe PLAGNIOL-VILLARD
2011-03-02jlink: harmonise the device name to J-LinkJean-Christophe PLAGNIOL-VILLARD
2011-03-02jlink: add new PID and VIDJean-Christophe PLAGNIOL-VILLARD
2011-02-23jlink: set the speed at JLINK_MAX_SPEED when an exceeded speed is requestedJean-Christophe PLAGNIOL-VILLARD
2011-01-05nit: do not add \n at end of LOG_ERROREric Wetzel
2010-12-08jtag: getting the JTAG speed can failØyvind Harboe