aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)Author
2015-01-26jtag/drivers/cmsis-dap-usb: fix cmsis_dap_serialJaakko Kukkohovi
2015-01-26jtag/drivers/stlink: demote the output of available speeds to DEBUGPaul Fertser
2015-01-26jtag/hla_interface: avoid segfault with adapters that do not have configurabl...Paul Fertser
2015-01-15stlink: add reconfigurable speed supportSpencer Oliver
2015-01-15hla: add ability to change adapter speed (if supported)Spencer Oliver
2015-01-15jtag/hla: output possible idcode candidates in case of mismatchPaul Fertser
2015-01-15jtag: Avoid extra SRSTn resets when connectingEvan Hunter
2015-01-09swd: handle various failure conditionsPaul Fertser
2015-01-07jtag: Remove unnecessary global variableAndreas Fritiofson
2015-01-07jtag: Fix memory leaks in jtag_tap_free()Andreas Fritiofson
2014-11-24jtag/drivers/jlink: implement register command to fix SWDPaul Fertser
2014-10-16cmsis-dap: add serial number supportSpencer Oliver
2014-10-16cmsis-dap: refactor HID PID/VID check loopSpencer Oliver
2014-10-06libusb: introduce jtag_libusb_choose_interface() and use it for JLinkPaul Fertser
2014-10-06hla: add a way to pass arbitrary commands from user to layout and use for ICDIPaul Fertser
2014-10-06jtag/drivers/jlink.c: fix for LPC Link-2 running JLink firmware on LinuxAnders
2014-10-06jtag/drivers/libusb1_common: avoid device reset when reselecting configurationAnders
2014-10-06jtag: constify driver arraysSpencer Oliver
2014-09-29vsllink: improve the performance when using swdSimon Qian
2014-09-22mpsse: Display libusb error names instead of numbersJoakim Gebart
2014-09-22Support hla_serial command for ST-LINK adapters.Austin Phillips
2014-09-15jtag: drivers: stlink: remove unnecessary '\n' in LOG_* entriesAndrey Skvortsov
2014-09-08jtag/drivers/libusb0_common: fix FTBFS (libusb_device_descriptor error)Paul Fertser
2014-08-22jtag: always configure enabled tap parameter appropriatelyPaul Fertser
2014-08-19jtag/drivers/ftdi: Use adapter_khz value for initial clock speed (was default...Angus Gratton
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-19jtag: usb_blaster: fix initialization regressionRobert Jarzmik
2014-08-11stlink_usb: Fix swallowed error on read/write operations, add retries on SWD ...Angus Gratton
2014-08-11Allow transports to override the selected target (hla configs unification)Paul Fertser
2014-08-11newdap: Ignore -irlen/-irmask/etc newdap params on SWD or CMSIS-DAPAngus Gratton
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-07-10drivers/cmsis_dap_usb: Return with ERROR_FAIL if no CMSIS-DAP device is found.Masaki Muranaka
2014-07-03vsllink: Port to libusb-1.0 APIFatih Aşıcı
2014-07-03vsllink: Add SWD supportFatih Aşıcı
2014-07-03jtag/drivers/opendous: remove ftime() callsPaul Fertser
2014-07-03drivers/cmsis_dap_usb: restructure init sequence a bitPaul Fertser
2014-07-03jtag/drivers/cmsis_dap: fix check for hardcoded vids/pidsPaul Fertser
2014-06-28jtag/drivers/ftdi: do not touch unavailable reset signalsPaul Fertser
2014-06-28jtag/drivers/ftdi: require defining SWD_EN signal for SWD modePaul Fertser
2014-06-28jtag/drivers/ftdi: declare standard JTAG signals on SWD initPaul Fertser
2014-06-28jtag/drivers/ftdi: add option to declare signal aliasesPaul Fertser
2014-06-28Auto-select JTAG transport when appropriatePaul Fertser
2014-06-28Relax polling check if not in JTAG modeAndreas Fritiofson
2014-06-28Add FTDI SWD driverAndreas Fritiofson
2014-06-28transport: Constify the transports vectorAndreas Fritiofson
2014-06-28swd: Add frequency setting and special/switching sequences to the APIAndreas Fritiofson