aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/presto.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-28jtag/presto: switch to command 'adapter serial'Antonio Borneo1-42/+5
2021-08-14drivers/presto: Group adapter commandsMarc Schink1-2/+13
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-1/+1
2020-11-04openocd: add support for libftdi 1.5Antonio Borneo1-4/+4
2020-09-05jtag: avoid checking for non NULL pointer to free itAntonio Borneo1-6/+3
2020-07-26jtag: fix minor typosAntonio Borneo1-2/+2
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-4/+9
2019-06-06jtag: set default "jtag_only" to uninitialized transportsAntonio Borneo1-0/+1
2018-01-25Use timeval helpersChristopher Head1-2/+1
2016-11-06Remove support for the GPL incompatible FTDI D2XX libraryAndreas Fritiofson1-219/+0
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/jtag/drivers directorySpencer Oliver1-152/+146
2012-01-04Change return value on error.Mathias K1-1/+1
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-3/+3
2011-08-11ftd2xx: fix build warningsSpencer Oliver1-7/+8
2011-05-01adapter speed: require init script setting and centralize activation from dri...Jonas Hörberg1-7/+0
2010-12-08jtag: getting the JTAG speed can failØyvind Harboe1-1/+5
2010-03-15rename jtag_khz as adapter_khzDavid Brownell1-2/+2
2010-01-09Presto: doxygen fixDavid Brownell1-1/+2
2010-01-09jtag: presto, parport help/usage updatesDavid Brownell1-3/+8
2010-01-03JTAG/drivers: cleanup jtag_interface structsDavid Brownell1-12/+10
2009-12-03change #include "interface.h" to <jtag/interface.h>Zachary T Welch1-1/+1
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch1-1/+1
2009-12-02move jtag drivers to src/jtag/driversZachary T Welch1-0/+800