aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/mpsse.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-05jtag: drivers: with pointers, use NULL instead of 0Antonio Borneo1-7/+7
2023-03-18drivers/ftdi: prevent misleading error msg when more vid/pids configuredTomas Vanek1-13/+7
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-08-14jtag/mpsse: fix SIGSEGV for use after freeAntonio Borneo1-3/+3
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-2/+2
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+1
2021-05-01libusb: don't use typedef'sAntonio Borneo1-6/+6
2020-09-05jtag: avoid checking for non NULL pointer to free itAntonio Borneo1-6/+3
2019-10-15Add wall clock timeout warning to mpsse_flush()Tim Newsome1-0/+10
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson1-36/+32
2018-09-10ftdi: extend ftdi_location formatOleksij Rempel1-2/+2
2018-03-15drivers/ftdi: free allocated memoryTomas Vanek1-1/+7
2016-10-17jtag: drivers: mpsse: ignore error to detach kernel driverPaul Fertser1-2/+2
2016-10-04ftdi: don't wait forever if we failAndreas Fritiofson1-4/+20
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-05ftdi: make ftdi_location command depend on libusb1 versionMatthias Welwarsky1-1/+3
2016-03-24ftdi: allow selecting device by usb bus locationMatthias Welwarsky1-6/+65
2014-09-22mpsse: Display libusb error names instead of numbersJoakim Gebart1-15/+15
2013-10-31Remove unnecessary castsAndreas Fritiofson1-2/+2
2013-09-13libusb: require pkg-config supportPaul Fertser1-1/+1
2013-08-01mpsse: Add missing read buffer checksAndreas Fritiofson1-2/+2
2013-08-01mpsse: Defer errors until flushAndreas Fritiofson1-56/+80
2013-06-12libusb1_common, ftdi: clarify libusb_open error messagePaul Fertser1-1/+2
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-03-06speed up ftdi by reorder to out-inPeter Henn1-5/+10
2012-11-12Revert "mpsse: Always perform a general reset of the MPSSE in mpsse_open()"Freddie Chopin1-14/+0
2012-10-30mpsse: Always perform a general reset of the MPSSE in mpsse_open()Peter Stuge1-0/+14
2012-08-29mpsse: check available buffer space even for discarded data scansAndreas Fritiofson1-4/+4
2012-07-17MPSSE: Add FT232H to supported chipsSalvador Arroyo1-0/+3
2012-07-17Add MPSSE communications layer for FTDI chipsAndreas Fritiofson1-0/+838