index
:
OpenOCD
master
mips-hack
mips-hack-upstream
qorivva
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
svf
Age
Commit message (
Expand
)
Author
2016-07-19
Fix usage of timeval_ms()
Andreas Färber
2016-05-24
Make #include guard naming consistent
Marc Schink
2016-05-24
Remove FSF address from GPL notices
Marc Schink
2015-11-20
svf: fix progress reporting switch behaviour
Paul Fertser
2015-11-20
svf: fix off-by-one error in line numbers as output to user
Paul Fertser
2015-09-30
svf: fix segfaults exposed by some SVF
Paul Fertser
2015-08-06
svf: flush the queue before reallocing memory
Paul Fertser
2014-07-03
Openocd: svf: Add ability to ignore svf_check_tdo errors
Kamal Dasu
2014-06-22
svf: Only read TDO back from the device if we actually need to look at the bits.
Joshua Wise
2014-05-05
svf: Fix debug and error messages that print hex buffer
Kamal Dasu
2014-04-14
svf: try to reallocate buffers if they're not enough
Paul Fertser
2014-03-30
Don't cast return value of [cm]alloc
Andreas Fritiofson
2013-09-13
svf: off-by-one error; do not access after the allocated memory
Paul Fertser
2013-06-05
update files to correct FSF address
Spencer Oliver
2012-02-06
build: cleanup src/svf directory
Spencer Oliver
2011-11-10
svf: fix warnings
Øyvind Harboe
2011-06-04
Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes
Freddie Chopin
2011-04-01
types: write memory now uses const
Øyvind Harboe
2011-03-17
Fix a bunch of typos.
Uwe Hermann
2011-02-28
svf: add nil option that just runs through the svf file
Øyvind Harboe
2011-01-02
svf: implement sleep for RUNTEST min_time
Jon Povey
2011-01-02
svf: fix USAGE and related error reporting
Jon Povey
2010-12-07
svf: various improvements
Andrew Leech
2010-11-18
build: add common.mk
Spencer Oliver
2010-06-16
svf: -Wshadow warning fixes
Øyvind Harboe
2010-03-15
rename jtag_khz as adapter_khz
David Brownell
2010-03-08
jtag: simplify jtag_add_plain_ir/dr_scan
Øyvind Harboe
2010-03-08
jtag: retire tap field
Øyvind Harboe
2010-01-26
cygwin buildfix
David Brownell
2010-01-25
SVF: all content between parentheses is one parameter
simon qian
2010-01-23
SVF: insert space before '(' and after ')'
simon qian
2010-01-08
*SVF: help/usage updates
David Brownell
2009-12-26
cygwin 1.7 build fixes
David Brownell
2009-12-08
build: add build/src to include path
Øyvind Harboe
2009-12-05
misc code review updates
David Brownell
2009-12-03
remove tertiary include paths
Zachary T Welch
2009-12-03
change #include "jtag.h" to <jtag/jtag.h>
Zachary T Welch
2009-12-03
change #include "time_support.h" to <helper/time_support.h>
Zachary T Welch
2009-12-03
normalize headers to make changing easier
Zachary T Welch
2009-12-03
allow #include directives to use module name
Zachary T Welch
2009-11-24
{,x}svf: use register_commands()
Zachary T Welch
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-16
move ARRAY_SIZE macro to types.h
Zachary T Welch
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
2009-11-13
remove typedef keyword from svf structures
Zachary T Welch
2009-11-13
scan_field_t -> struct scan_field
Zachary T Welch
2009-11-13
jtag_tap_t -> struct jtag_tap
Zachary T Welch
[next]