aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/driver.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-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-4/+4
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-2/+2
2018-10-16jtag: make cmd_queue_scan_field_clone publicSteven Stallion1-14/+2
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-01-20Retire jtag_add_dr_outAndreas Fritiofson1-101/+0
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/jtag/drivers directorySpencer Oliver1-115/+97
2010-06-07jtag: rename JTAG_MOVESTATE to JTAG_TLR_RESETØyvind Harboe1-1/+1
2010-03-08jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe1-40/+19
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe1-3/+2
2010-03-08jtag: retire tap fieldØyvind Harboe1-27/+7
2010-03-01jtag: the post TAP state is now passed to the driversØyvind Harboe1-1/+1
2010-02-27interface: define TMS sequence commandDavid Brownell1-0/+25
2010-01-05buildfix with -DNDEBUGDavid Brownell1-1/+4
2009-12-08minidriver: fix inline capability of minidriverØyvind Harboe1-1/+30
2009-12-03change #include "minidriver.h" to <jtag/minidriver.h>Zachary T Welch1-1/+1
2009-12-03change #include "interface.h" to <jtag/interface.h>Zachary T Welch1-1/+1
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch1-1/+1
2009-12-02move jtag drivers to src/jtag/driversZachary T Welch1-0/+527