aboutsummaryrefslogtreecommitdiff
path: root/src/xsvf
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src: replace the GPL-2.0-or-later license tagAntonio Borneo2-26/+4
2022-07-23openocd: build: add SPDX tagAntonio Borneo1-0/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-3/+3
2021-05-22openocd: fix some minor typoAntonio Borneo1-1/+1
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+1
2020-09-05openocd: avoid checking for non NULL pointer to free itAntonio Borneo1-14/+6
2020-07-26xsvf: fix minor typosAntonio Borneo1-4/+4
2020-01-16xsvf: fix memory leakTomas Vanek1-1/+3
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-6/+6
2016-12-08Convert to non-recursive makeAndreas Fritiofson1-8/+2
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink2-6/+2
2015-11-30xsvf: output a warning suggesting using SVFPaul Fertser1-0/+1
2013-06-05update files to correct FSF addressSpencer Oliver2-2/+2
2012-02-06build: cleanup src/xsvf directorySpencer Oliver2-474/+451
2012-01-12xsvf: fix clang warningSpencer Oliver1-1/+1
2012-01-04Change return value on error.Mathias K1-2/+1
2011-11-07xsvf: add missing error propagationØyvind Harboe1-2/+21
2011-01-05nit: do not add \n at end of LOG_ERROREric Wetzel1-9/+9
2010-11-18build: add common.mkSpencer Oliver1-3/+1
2010-06-22xsvf: Fix shadow issues on MacEdgar Grimberg1-6/+6
2010-06-21jtag: do not use jtag_get_error()Øyvind Harboe1-1/+1
2010-06-16xsvf: -Wshadow warning fixesØyvind Harboe1-2/+0
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe1-4/+4
2010-03-08jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe1-3/+6
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe1-1/+1
2010-03-08jtag: retire tap fieldØyvind Harboe1-6/+3
2010-01-08*SVF: help/usage updatesDavid Brownell1-2/+2
2009-12-08build: add build/src to include pathØyvind Harboe1-1/+2
2009-12-03remove tertiary include pathsZachary T Welch1-5/+1
2009-12-03change #include "svf.h" to <svf/svf.h>Zachary T Welch1-1/+1
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch1-1/+1
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch1-1/+1
2009-12-03allow #include directives to use module nameZachary T Welch1-0/+1
2009-11-24{,x}svf: use register_commands()Zachary T Welch1-5/+15
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-1/+1
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-7/+7
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-8/+8
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-4/+4
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch1-1/+1
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch1-2/+2
2009-11-13command_context_t -> struct command_contextZachary T Welch2-2/+2
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-3/+3
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-1/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-1/+1
2009-11-11add const keyword to some APIsZachary T Welch1-2/+2
2009-11-09svf,xsvf,arm7_9_common: trim forard declarationsZachary T Welch1-9/+8
2009-11-09src/{server,pld,svf,xsvf}: remove 'extern' keywordZachary T Welch1-1/+1
2009-10-29XSVF: bugfix handling state pathsDavid Brownell1-15/+100