aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/ulink.c
AgeCommit message (Expand)AuthorFilesLines
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-7/+4
2022-02-14doxygen: fix some function prototype descriptionAntonio Borneo1-2/+0
2021-08-14drivers/ulink: Group adapter commandsMarc Schink1-2/+13
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-21/+21
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+1
2021-05-01libusb: don't use typedef'sAntonio Borneo1-1/+1
2021-01-13openocd: fix doxygen parameters of functionsAntonio Borneo1-0/+2
2020-12-09jtag/drivers/ulink: auto-detect OpenULINK USB endpoints numbersŁukasz Misek1-7/+14
2020-11-07target/image: Use proper data typesMarc Schink1-3/+3
2020-11-04jtag: declare local symbols as staticAntonio Borneo1-65/+65
2020-07-26jtag: fix minor typosAntonio Borneo1-1/+1
2020-05-09coding style: remove useless break after a goto or returnAntonio Borneo1-18/+0
2020-04-20jtag/drivers/ulink: fix clang static analyzer warningsTomas Vanek1-8/+9
2020-04-20jtag/drivers/ulink: fix clang static analyzer warningTomas Vanek1-6/+9
2020-04-20jtag/drivers/ulink: fix clang static analyzer warningTomas Vanek1-0/+1
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-8/+11
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson1-109/+81
2016-12-25jtag: drivers: ulink: fix uninitialised variable warningPaul Fertser1-1/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-17jtag ulink: dont compile function when not requiredAlexander Kurz1-2/+4
2015-01-30jtag/drivers: remove useless checks causing build failure with clang 3.5.0Paul Fertser1-3/+0
2013-11-06ulink: Fix libusb include changed since pkg-config mergeAndreas Fritiofson1-1/+1
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson1-5/+5
2013-07-17ULINK driver and OpenULINK firmware: whitespace and comment fixes (trivial)Martin Schmölzer1-17/+17
2013-07-17ULINK driver: port from libusb-0.1 to libusb-1.0 APIMartin Schmölzer1-42/+58
2013-07-15ulink: Move firmware install from pkglibdir to pkgdatadirAndreas Fritiofson1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-08-29jtag: fix clang ulink memory leaksSpencer Oliver1-9/+36
2012-05-21build: add helper/types.h to config.hSpencer Oliver1-1/+0
2012-02-06build: cleanup src/jtag/drivers directorySpencer Oliver1-1463/+1378
2012-01-04Change return value on error.Mathias K1-4/+3
2011-09-01ULINK driver: Remove typedefs in ulink.cMartin Schmölzer1-36/+35
2011-08-31ULINK driver: Implement variable TCK frequency in OpenOCD driverMartin Schmoelzer1-37/+366
2011-08-31ULINK driver: Implement JTAG_PATHMOVE commandMartin Schmoelzer1-1/+51
2011-08-31ULINK driver: Implement JTAG_STABLECLOCKS commandMartin Schmölzer1-0/+54
2011-08-31ULINK driver: Implement command to manually force downloading firmware image ...Martin Schmölzer1-3/+37
2011-08-31ULINK driver: Re-order queue functions to reflect the order in commands.hMartin Schmölzer1-79/+79
2011-08-31ULINK driver: Properly propagate return values in ulink_execute_queue()Martin Schmölzer1-0/+4
2011-08-31ULINK driver: Update some comments, fix some coding mistakesMartin Schmölzer1-4/+7
2011-06-26Add source code for new ULINK driverMartin Schmölzer1-0/+1890