aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/gw16012.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-04jtag: declare local symbols as staticAntonio Borneo1-1/+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-10-18drivers/gw16012: remove useless cast on gw16012_portAntonio Borneo1-1/+1
2019-06-06jtag: set default "jtag_only" to uninitialized transportsAntonio Borneo1-0/+1
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson1-18/+6
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-1/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-02-08jtag_interface: .speed can be NULL when not neededFranck Jullien1-7/+0
2012-02-06build: cleanup src/jtag/drivers directorySpencer Oliver1-75/+42
2011-05-01adapter speed: require init script setting and centralize activation from dri...Jonas Hörberg1-5/+0
2010-12-08jtag: getting the JTAG speed can failØyvind Harboe1-1/+5
2010-06-07jtag: rename JTAG_MOVESTATE to JTAG_TLR_RESETØyvind Harboe1-1/+1
2010-01-09jtag/gw16012 usage/help updatesDavid Brownell1-3/+5
2010-01-03JTAG/drivers: cleanup jtag_interface structsDavid Brownell1-7/+8
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/+583