aboutsummaryrefslogtreecommitdiff
path: root/src/svf
AgeCommit message (Expand)Author
2014-03-30Don't cast return value of [cm]allocAndreas Fritiofson
2013-09-13svf: off-by-one error; do not access after the allocated memoryPaul Fertser
2013-06-05update files to correct FSF addressSpencer Oliver
2012-02-06build: cleanup src/svf directorySpencer Oliver
2011-11-10svf: fix warningsØyvind Harboe
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin
2011-04-01types: write memory now uses constØyvind Harboe
2011-03-17Fix a bunch of typos.Uwe Hermann
2011-02-28svf: add nil option that just runs through the svf fileØyvind Harboe
2011-01-02svf: implement sleep for RUNTEST min_timeJon Povey
2011-01-02svf: fix USAGE and related error reportingJon Povey
2010-12-07svf: various improvementsAndrew Leech
2010-11-18build: add common.mkSpencer Oliver
2010-06-16svf: -Wshadow warning fixesØyvind Harboe
2010-03-15rename jtag_khz as adapter_khzDavid Brownell
2010-03-08jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe
2010-03-08jtag: retire tap fieldØyvind Harboe
2010-01-26cygwin buildfixDavid Brownell
2010-01-25SVF: all content between parentheses is one parametersimon qian
2010-01-23SVF: insert space before '(' and after ')'simon qian
2010-01-08*SVF: help/usage updatesDavid Brownell
2009-12-26cygwin 1.7 build fixesDavid Brownell
2009-12-08build: add build/src to include pathØyvind Harboe
2009-12-05misc code review updatesDavid Brownell
2009-12-03remove tertiary include pathsZachary T Welch
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch
2009-12-03normalize headers to make changing easierZachary T Welch
2009-12-03allow #include directives to use module nameZachary T Welch
2009-11-24{,x}svf: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13remove typedef keyword from svf structuresZachary T Welch
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-13command_handler_t: make argc unsignedZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-09svf,xsvf,arm7_9_common: trim forard declarationsZachary T Welch
2009-11-09src/{server,pld,svf,xsvf}: remove 'extern' keywordZachary T Welch
2009-10-29SVF: fix checking bit pattern against lengthMichael Roth
2009-10-26SVF: fix parsing hex strings containing leading '0' charactersMichael Roth
2009-10-23SVF: clean up, mostly for TAP state name handlingDavid Brownell
2009-10-20XSVF: use svf_add_statemove()David Brownell
2009-10-19SVF: better spec conformance for STATE switchDavid Brownell
2009-10-19SVF/XSVF: comment and whitespace fixesDavid Brownell
2009-08-25Audrius Urmanavičius <didele.deze@gmail.com> Latest source (R2606) does not ...oharboe