aboutsummaryrefslogtreecommitdiff
path: root/src/svf
AgeCommit message (Expand)Author
2020-01-29openocd: fix minor inconsistencies after renaming "adapter" commandAntonio Borneo
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo
2018-03-13svf: improve robustness when processing invalid SVF filesPaul Fertser
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin
2016-12-08Convert to non-recursive makeAndreas Fritiofson
2016-07-19Fix usage of timeval_ms()Andreas Färber
2016-05-24Make #include guard naming consistentMarc Schink
2016-05-24Remove FSF address from GPL noticesMarc Schink
2015-11-20svf: fix progress reporting switch behaviourPaul Fertser
2015-11-20svf: fix off-by-one error in line numbers as output to userPaul Fertser
2015-09-30svf: fix segfaults exposed by some SVFPaul Fertser
2015-08-06svf: flush the queue before reallocing memoryPaul Fertser
2014-07-03Openocd: svf: Add ability to ignore svf_check_tdo errorsKamal Dasu
2014-06-22svf: Only read TDO back from the device if we actually need to look at the bits.Joshua Wise
2014-05-05svf: Fix debug and error messages that print hex bufferKamal Dasu
2014-04-14svf: try to reallocate buffers if they're not enoughPaul Fertser
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