aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/interface.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-18jtag: move declaration outside functionAntonio Borneo1-1/+1
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
2020-05-09coding style: prototype of functions with no parametersAntonio Borneo1-2/+2
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson1-8/+5
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 directorySpencer Oliver1-226/+217
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch1-2/+2
2009-11-16remove TAP_SCAN_BYTES macroZachary T Welch1-1/+1
2009-10-23jtag: clean up TAP state name handlingDavid Brownell1-42/+46
2009-10-23SVF: clean up, mostly for TAP state name handlingDavid Brownell1-0/+4
2009-10-13cosmetic cleanup in TMS tablesDavid Brownell1-11/+17
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-23- Replace '){' with ') {'.zwelch1-2/+2
2009-06-23Remove whitespace that occurs before ')'.zwelch1-13/+13
2009-06-23Remove whitespace that occurs after '('.zwelch1-13/+13
2009-06-23- Fixes '<<' whitespacezwelch1-8/+8
2009-06-23- Replace 'for(' with 'for ('.zwelch1-3/+3
2009-06-23- Replace 'switch(' with 'switch ('.zwelch1-4/+4
2009-06-23- Replace 'while(' with 'while ('.zwelch1-1/+1
2009-06-23- Replace 'if(' with 'if ('.zwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-7/+7
2009-06-03Move the JTAG cable interface API implementationzwelch1-0/+465