aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/usb_blaster
AgeCommit message (Expand)AuthorFilesLines
2023-10-25jtag/drivers: Extension of jtag_libusb_openEasyDevKits1-3/+3
2023-08-12libusb_helper: split error and returned valueAntonio Borneo1-4/+8
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo3-3/+3
2022-07-23openocd: src/jtag: replace the GPL-2.0-or-later license tagAntonio Borneo4-52/+8
2022-07-23openocd: build: add SPDX tagAntonio Borneo1-0/+2
2021-11-28drivers: call adapter_get_required_serial() in jtag_libusb_open()Antonio Borneo1-5/+3
2021-11-05Remove remaining references to FTD2XX driverAndreas Fritiofson2-21/+1
2021-08-14drivers/usb_blaster: Group adapter commandsMarc Schink1-6/+17
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-1/+1
2021-05-22jtag: fix some minor typoAntonio Borneo1-2/+2
2021-05-01Cleanup of config/includes.Tim Newsome2-0/+2
2021-03-19drivers: USB Blaster II: close file and release USB device if firmware handli...Oleksij Rempel1-3/+5
2021-03-19drivers: USB Blaster II: claim interface before using itOleksij Rempel1-0/+21
2021-01-13openocd: fix doxygen parameters of functionsAntonio Borneo1-7/+7
2021-01-13openocd: fix incorrect doxygen commentsAntonio Borneo1-27/+27
2020-11-07target/image: Use proper data typesMarc Schink1-2/+2
2020-11-04jtag: declare local symbols as staticAntonio Borneo1-1/+1
2020-09-05jtag: avoid checking for non NULL pointer to free itAntonio Borneo1-2/+1
2020-09-05jtag: use proper format with uint32_tAntonio Borneo1-6/+6
2020-07-26jtag: fix minor typosAntonio Borneo3-16/+16
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo2-8/+8
2020-03-22jtag/libusb_helper: permit adapters to compute their custom serialsTarek BOCHKATI1-3/+5
2020-03-03drivers: Rename 'libusb1_common' to 'libusb_helper'Marc Schink2-3/+1
2020-03-03drivers: libusb1_common code cleanupMarc Schink2-4/+4
2020-01-22jtag_libusb_bulk_read|write: return error code instead of sizeOleksij Rempel1-6/+15
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-3/+8
2019-11-07jtag: usb_blaster: Add missing 'default' to switch statementAlexandru Gagniuc1-0/+5
2019-06-06jtag: set default "jtag_only" to uninitialized transportsAntonio Borneo1-0/+1
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson1-18/+18
2018-07-24usb_blaster: Don't unnecessarily go through DR-/IR-PauseDaniel Glöckner1-22/+19
2018-01-27jtag: drivers: usb_blaster: clarify lowlevel driver selection codePaul Fertser1-17/+21
2016-12-08Convert to non-recursive makeAndreas Fritiofson1-13/+6
2016-11-06Remove support for the GPL incompatible FTDI D2XX libraryAndreas Fritiofson4-196/+6
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink5-0/+15
2015-01-30jtag/drivers: remove useless checks causing build failure with clang 3.5.0Paul Fertser1-3/+0
2014-09-22Support hla_serial command for ST-LINK adapters.Austin Phillips1-3/+3
2014-08-19jtag: usb_blaster: fix initialization regressionRobert Jarzmik1-15/+38
2014-04-14usb_blaster: fix warning: array subscript has type ‘char’Spencer Oliver1-1/+1
2014-04-14Makefile.am: fix build for libftdi1, pass CFLAGS where appropriatePaul Fertser1-1/+1
2014-02-24drivers/jtag: usb_blaster: make command handlers more strictAntony Pavlov1-15/+13
2014-02-24usb_blaster: ublast_access.h: add guard macroAntony Pavlov1-0/+5
2014-01-20jtag/drivers: add USB-Blaster IIFranck Jullien4-11/+345
2013-09-25bus_blaster: do not fail on missing get_latency_timerSøren Jørvang2-8/+6
2013-08-05jtag/drivers: usb_blaster cheap clone documentationRobert Jarzmik1-0/+71
2013-07-15jtag/drivers: trivial variable renamingRobert Jarzmik1-4/+4
2013-07-08usb_blaster: maintainer-clean Makefile.inAndreas Fritiofson1-0/+2
2013-06-29drivers/jtag: usb_blaster add pin controlsRobert Jarzmik1-40/+107
2013-06-04drivers/jtag: rewrite usb_blaster driverRobert Jarzmik5-0/+1309