aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/usb_blaster/ublast2_access_libusb.c
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 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-5/+3
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+1
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
2020-11-07target/image: Use proper data typesMarc Schink1-2/+2
2020-07-26jtag: fix minor typosAntonio Borneo1-1/+1
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo1-6/+6
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 Schink1-1/+1
2020-03-03drivers: libusb1_common code cleanupMarc Schink1-3/+3
2020-01-22jtag_libusb_bulk_read|write: return error code instead of sizeOleksij Rempel1-6/+15
2016-05-24Remove FSF address from GPL noticesMarc Schink1-0/+3
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-01-20jtag/drivers: add USB-Blaster IIFranck Jullien1-0/+253