aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/openjtag.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-25jtag/drivers: Extension of jtag_libusb_openEasyDevKits1-1/+1
2023-08-12libusb_helper: split error and returned valueAntonio Borneo1-13/+13
2023-01-28jtag/drivers/openjtag: fix annoying num_cycles > 16 warningN S1-6/+8
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/jtag: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-11-28drivers: call adapter_get_required_serial() in jtag_libusb_open()Antonio Borneo1-1/+1
2021-11-05Remove remaining references to FTD2XX driverAndreas Fritiofson1-1/+1
2021-08-14drivers/openjtag: Group adapter commandsMarc Schink1-3/+14
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-3/+3
2020-11-04openocd: add support for libftdi 1.5Antonio Borneo1-3/+3
2020-09-05jtag: avoid checking for non NULL pointer to free itAntonio Borneo1-2/+1
2020-03-22jtag/libusb_helper: permit adapters to compute their custom serialsTarek BOCHKATI1-1/+1
2020-03-07jtag/drivers/openjtag: fix clang static analyzer warningsTomas Vanek1-3/+2
2020-03-03drivers: Rename 'libusb1_common' to 'libusb_helper'Marc Schink1-1/+1
2020-03-03drivers: libusb1_common code cleanupMarc Schink1-1/+1
2020-01-22jtag_libusb_bulk_read|write: return error code instead of sizeOleksij Rempel1-8/+6
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-7/+10
2019-06-06jtag: set default "jtag_only" to uninitialized transportsAntonio Borneo1-0/+1
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson1-10/+10
2017-04-24libusb: Add transfer type filter to get correct epHellosun Wu1-1/+1
2016-12-08jtag/drivers/openjtag: Add support for Cypress CY7C65215Vianney le Clément de Saint-Marcq1-26/+247
2016-11-06Remove support for the GPL incompatible FTDI D2XX libraryAndreas Fritiofson1-165/+8
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-20Fix spelling of ARM CortexAndreas Färber1-1/+1
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz1-1/+1
2013-06-05Added OpenJTAG DriverRyan Corbin1-0/+845