aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/amt_jtagaccel.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
2021-11-13jtag: align adapter speed code to new structureAntonio Borneo1-2/+2
2021-11-13jtag: move prototype of adapter init/quit and speed to adapter.hAntonio Borneo1-0/+1
2020-09-05jtag: avoid checking for non NULL pointer to free itAntonio Borneo1-2/+1
2020-09-05jtag: use proper format with uint32_tAntonio Borneo1-1/+1
2020-05-09coding style: add parenthesis around the argument of sizeofAntonio Borneo1-1/+1
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-2/+7
2019-06-06jtag: set default "jtag_only" to uninitialized transportsAntonio Borneo1-0/+1
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson1-19/+9
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-2/+2
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-10-06jtag: constify driver arraysSpencer Oliver1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-01-27jtag: only change state if necessarySpencer Oliver1-1/+4
2012-02-06build: cleanup src/jtag/drivers directorySpencer Oliver1-102/+86
2011-11-25Fix unused variables error in amt_jtagaccelEvan Hunter1-0/+8
2011-11-18Revert "build: fix gcc 4.6.2 warnings"Spencer Oliver1-8/+16
2011-11-18build: fix gcc 4.6.2 warningsSpencer Oliver1-16/+8
2011-05-01adapter speed: require init script setting and centralize activation from dri...Jonas Hörberg1-6/+0
2010-12-16Fix for compilation failure amt_jtagaccel.cJohn Devereux1-0/+3
2010-12-08jtag: getting the JTAG speed can failØyvind Harboe1-7/+12
2010-06-07jtag: rename JTAG_MOVESTATE to JTAG_TLR_RESETØyvind Harboe1-1/+1
2010-01-03JTAG/Drivers: Amontec JTAG accelerator fixesDavid Brownell1-6/+19
2010-01-03JTAG: Amontec JTAG accelerater "rtck" is backDavid Brownell1-1/+1
2010-01-03JTAG/drivers: amt_jtagaccel fixes + cleanupDavid Brownell1-14/+43
2009-12-03change #include "interface.h" to <jtag/interface.h>Zachary T Welch1-1/+1
2009-12-03change #include "commands.h" to <jtag/commands.h>Zachary T Welch1-1/+1
2009-12-02move jtag drivers to src/jtag/driversZachary T Welch1-0/+568