aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/osbdm.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-02jtag/commands: Use 'unsigned int' data typeMarc Schink1-6/+6
2024-02-11jtag interfaces: Reduce usage of global for jtag queueEvan Hunter1-2/+2
2023-10-25jtag/drivers: Extension of jtag_libusb_openEasyDevKits1-1/+1
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
2020-07-26jtag: fix minor typosAntonio Borneo1-1/+1
2020-03-22jtag/libusb_helper: permit adapters to compute their custom serialsTarek BOCHKATI1-1/+1
2020-03-03drivers: Rename 'libusb1_common' to 'libusb_helper'Marc Schink1-1/+1
2020-03-03drivers: libusb1_common code cleanupMarc Schink1-2/+2
2020-02-24coding style: fix space around pointer's asteriskAntonio Borneo1-1/+1
2020-01-22jtag_libusb_bulk_read|write: return error code instead of sizeOleksij Rempel1-8/+9
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-4/+8
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-09-22Support hla_serial command for ST-LINK adapters.Austin Phillips1-1/+1
2014-06-01jtag/drivers/osbdm: downgrade init message severity, fix wordingPaul Fertser1-9/+9
2014-01-15Conform to C99 integer types format specifiersHsiangkai Wang1-1/+1
2013-10-31Remove unnecessary castsAndreas Fritiofson1-3/+3
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-04-21Support newer OSBDM firmwareR. Steve McKown1-2/+2
2013-02-08jtag_interface: .speed can be NULL when not neededFranck Jullien1-21/+0
2012-05-23jtag: fix osbdm.c typoBill Traynor1-1/+1
2012-03-13jtag: basic support for P&E Micro OSBDM (aka OSJTAG) adapterJan Dakinevich1-0/+722