aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/ti_icdi_usb.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-3/+3
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
2022-04-03libusb_helper.h: Increase USB timeoutGabor Csapo1-2/+2
2021-11-28drivers: call adapter_get_required_serial() in jtag_libusb_open()Antonio Borneo1-1/+1
2021-11-28jtag/hla, jtag/stlink: switch to command 'adapter serial'Antonio Borneo1-2/+3
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-2/+2
2020-11-15hla: API: specify that read_reg/write_reg use regsel as parameterAntonio Borneo1-4/+4
2020-10-24Enable hla_serial for TI ICDI devicesJohn Pham1-18/+10
2020-09-05jtag: avoid checking for non NULL pointer to free itAntonio Borneo1-7/+2
2017-12-12jtag: drivers: stlink: handle all versions with single configPaul Fertser1-2/+6
2016-12-08helper: Code cleanup for hexify()Marc Schink1-2/+3
2016-10-17helper: Make unhexify() robust on invalid dataMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-04-24jtag/drivers/ti_icdi: do not segfault when adapter can't be openedPaul Fertser1-0/+3
2014-10-06hla: add a way to pass arbitrary commands from user to layout and use for ICDIPaul Fertser1-0/+1
2014-08-11Allow transports to override the selected target (hla configs unification)Paul Fertser1-1/+7
2014-01-15Conform to C99 integer types format specifiersHsiangkai Wang1-6/+6
2013-10-31ti_icdi_usb: Remove unnecessary casts and fix byte order bugsAndreas Fritiofson1-34/+30
2013-10-03hla: if the idcode callback returns 0, treat as a wildcardPaul Fertser1-0/+1
2013-09-25hla: move memory read/write functionality to driverSpencer Oliver1-7/+48
2013-09-25hla: cleanup read/write apiSpencer Oliver1-24/+20
2013-09-13libusb: require pkg-config supportPaul Fertser1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-03-31ti_icdi: add icdi_usb_query result checkSpencer Oliver1-0/+2
2013-03-06ti-icdi: catch failed icdi_send_cmdSpencer Oliver1-0/+8
2012-12-23icdi: add TI icdi interfaceSpencer Oliver1-0/+730