aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/aice/aice_usb.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-15nds32: drop it, together with aice adapter driverAntonio Borneo1-4099/+0
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-2/+2
2021-07-31jtag/aice: fix build with clang on MacOSAntonio Borneo1-25/+24
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-48/+48
2021-07-24openocd: manually remove NULL comparisonsAntonio Borneo1-1/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-14/+14
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo1-4/+4
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-84/+84
2021-07-20jtag/aice: use macros in place of const variablesAntonio Borneo1-23/+23
2021-05-22jtag: fix some minor typoAntonio Borneo1-1/+1
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+1
2021-05-01libusb: don't use typedef'sAntonio Borneo1-4/+4
2020-11-04jtag: declare local symbols as staticAntonio Borneo1-18/+18
2020-09-05jtag: avoid checking for non NULL pointer to free itAntonio Borneo1-9/+3
2020-09-05jtag/aice: avoid abusing of int32_t typeAntonio Borneo1-84/+58
2020-03-22jtag/libusb_helper: permit adapters to compute their custom serialsTarek BOCHKATI1-2/+2
2020-03-07jtag/aice: fix clang static analyzer warningsTomas Vanek1-12/+14
2020-03-03drivers: Rename 'libusb1_common' to 'libusb_helper'Marc Schink1-1/+1
2020-03-03drivers: libusb1_common code cleanupMarc Schink1-9/+9
2020-01-22jtag_libusb_bulk_read|write: return error code instead of sizeOleksij Rempel1-13/+25
2019-09-24src/jtag/aice: Fix obviously incorrect bit op.Seth LaForge1-1/+1
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson1-2/+2
2018-12-11libusb0: add compatibility define for transfer type bulkAntonio Borneo1-4/+1
2018-07-18nds32: Avoid detected JTAG clockHellosun Wu1-25/+27
2017-04-24libusb: Add transfer type filter to get correct epHellosun Wu1-1/+7
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-3/+3
2016-07-19Fix usage of timeval_ms()Andreas Färber1-2/+2
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-10-06libusb: introduce jtag_libusb_choose_interface() and use it for JLinkPaul Fertser1-3/+1
2014-09-22Support hla_serial command for ST-LINK adapters.Austin Phillips1-2/+2
2014-04-08jtag/aice/aice_usb: remove unused constantsPaul Fertser1-23/+0
2014-01-15Conform to C99 integer types format specifiersHsiangkai Wang1-132/+197
2013-09-13nds32: support multi-target debuggingHsiangkai Wang1-534/+594
2013-09-13nds32: change default valueHsiangkai Wang1-1/+1
2013-09-13nds32: support Andes profiling functionHsiangkai Wang1-1/+165
2013-09-13aice: support batch commandsHsiangkai Wang1-68/+380
2013-09-13aice: Always setup SDP basic modeHsiangkai Wang1-26/+37
2013-09-13aice: use keep_alive() to avoid timeout warning messagesHsiangkai Wang1-0/+3
2013-07-15aice: fix FTBFS on ARMPaul Fertser1-31/+61
2013-06-05aice: add Andes AICE supportHsiangkai Wang1-0/+3505