summaryrefslogtreecommitdiffstats
path: root/src/svf
Commit message (Expand)AuthorAgeFilesLines
* Openocd: svf: Add ability to ignore svf_check_tdo errorsKamal Dasu2014-07-031-4/+16
* svf: Only read TDO back from the device if we actually need to look at the bits.Joshua Wise2014-06-221-2/+2
* svf: Fix debug and error messages that print hex bufferKamal Dasu2014-05-051-32/+36
* svf: try to reallocate buffers if they're not enoughPaul Fertser2014-04-141-91/+27
* Don't cast return value of [cm]allocAndreas Fritiofson2014-03-301-12/+12
* svf: off-by-one error; do not access after the allocated memoryPaul Fertser2013-09-131-2/+3
* update files to correct FSF addressSpencer Oliver2013-06-052-2/+2
* build: cleanup src/svf directorySpencer Oliver2012-02-062-1059/+924
* svf: fix warningsØyvind Harboe2011-11-101-4/+4
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin2011-06-041-5/+3
* types: write memory now uses constØyvind Harboe2011-04-011-1/+1
* Fix a bunch of typos.Uwe Hermann2011-03-171-1/+1
* svf: add nil option that just runs through the svf fileØyvind Harboe2011-02-281-18/+49
* svf: implement sleep for RUNTEST min_timeJon Povey2011-01-021-30/+28
* svf: fix USAGE and related error reportingJon Povey2011-01-021-9/+4
* svf: various improvementsAndrew Leech2010-12-071-78/+292
* build: add common.mkSpencer Oliver2010-11-181-3/+1
* svf: -Wshadow warning fixesØyvind Harboe2010-06-161-15/+15
* rename jtag_khz as adapter_khzDavid Brownell2010-03-151-1/+1
* jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe2010-03-081-2/+3
* jtag: retire tap fieldØyvind Harboe2010-03-081-4/+0
* cygwin buildfixDavid Brownell2010-01-261-2/+2
* SVF: all content between parentheses is one parametersimon qian2010-01-251-14/+29
* SVF: insert space before '(' and after ')'simon qian2010-01-231-7/+29
* *SVF: help/usage updatesDavid Brownell2010-01-081-2/+2
* cygwin 1.7 build fixesDavid Brownell2009-12-261-1/+2
* build: add build/src to include pathØyvind Harboe2009-12-081-1/+2
* misc code review updatesDavid Brownell2009-12-051-6/+3
* remove tertiary include pathsZachary T Welch2009-12-031-4/+1
* change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch2009-12-032-2/+2
* change #include "time_support.h" to <helper/time_support.h>Zachary T Welch2009-12-031-1/+1
* normalize headers to make changing easierZachary T Welch2009-12-031-1/+1
* allow #include directives to use module nameZachary T Welch2009-12-031-0/+1
* {,x}svf: use register_commands()Zachary T Welch2009-11-241-5/+12
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-1/+1
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-6/+6
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-5/+5
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-2/+2
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-161-3/+3
* command_context_t -> struct command_contextZachary T Welch2009-11-132-4/+4
* remove typedef keyword from svf structuresZachary T Welch2009-11-131-21/+21
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-1/+1
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-1/+1
* command_handler_t: make argc unsignedZachary T Welch2009-11-131-2/+2
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-1/+1
* svf,xsvf,arm7_9_common: trim forard declarationsZachary T Welch2009-11-091-9/+9
* src/{server,pld,svf,xsvf}: remove 'extern' keywordZachary T Welch2009-11-091-3/+3
* SVF: fix checking bit pattern against lengthMichael Roth2009-10-291-2/+2
* SVF: fix parsing hex strings containing leading '0' charactersMichael Roth2009-10-261-0/+4
* SVF: clean up, mostly for TAP state name handlingDavid Brownell2009-10-231-75/+60