aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/ulink.c
AgeCommit message (Expand)AuthorFilesLines
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