aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/usbprog.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-25jtag/drivers: Extension of jtag_libusb_openEasyDevKits1-1/+1
2023-05-05jtag: drivers: with pointers, use NULL instead of 0Antonio Borneo1-1/+1
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-09-13usbprog: remove unused variableAntonio Borneo1-2/+0
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-04-05drivers/usbprog: switch to libusb1Antonio Borneo1-23/+27
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-1/+1
2020-07-26jtag: fix minor typosAntonio Borneo1-6/+6
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo1-1/+1
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-3/+8
2019-06-06jtag: set default "jtag_only" to uninitialized transportsAntonio Borneo1-0/+1
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson1-59/+45
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-02-08jtag_interface: .speed can be NULL when not neededFranck Jullien1-6/+0
2012-02-06build: cleanup src/jtag/drivers directorySpencer Oliver1-161/+135
2011-11-18usbprog: fix shadowed declaration warningSpencer Oliver1-1/+1
2011-11-09usbprog: fix unecessary and confusing assignmentØyvind Harboe1-2/+0
2011-06-07Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - leftover ch...Freddie Chopin1-6/+0
2011-03-17Fix a bunch of typos.Uwe Hermann1-1/+1
2010-06-07jtag: rename JTAG_MOVESTATE to JTAG_TLR_RESETØyvind Harboe1-1/+1
2010-01-03JTAG/drivers: cleanup jtag_interface structsDavid Brownell1-6/+7
2009-12-03change #include "interface.h" to <jtag/interface.h>Zachary T Welch1-1/+1
2009-12-03change #include "commands.h" to <jtag/commands.h>Zachary T Welch1-1/+1
2009-12-02move jtag drivers to src/jtag/driversZachary T Welch1-0/+660