cortex_m: Fix single stepping will not return to debug mode sometimes
[fw/openocd] / src / svf /
2012-02-06 Spencer Oliverbuild: cleanup src/svf directory
2011-11-10 Øyvind Harboesvf: fix warnings
2011-06-04 Freddie ChopinFix "unused variable" warnings (errors) detected with...
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-04-01 Øyvind Harboetypes: write memory now uses const
2011-03-17 Uwe HermannFix a bunch of typos.
2011-02-28 Øyvind Harboesvf: add nil option that just runs through the svf...
2011-01-02 Jon Poveysvf: implement sleep for RUNTEST min_time
2011-01-02 Jon Poveysvf: fix USAGE and related error reporting
2010-12-07 Andrew Leechsvf: various improvements
2010-11-18 Spencer Oliverbuild: add common.mk
2010-06-16 Øyvind Harboesvf: -Wshadow warning fixes
2010-03-15 David Brownellrename jtag_khz as adapter_khz
2010-03-08 Øyvind Harboejtag: simplify jtag_add_plain_ir/dr_scan
2010-03-08 Øyvind Harboejtag: retire tap field
2010-01-27 David Brownellcygwin buildfix
2010-01-25 simon qianSVF: all content between parentheses is one parameter
2010-01-23 simon qianSVF: insert space before '(' and after ')'
2010-01-09 David Brownell*SVF: help/usage updates
2009-12-26 David Brownellcygwin 1.7 build fixes
2009-12-08 Øyvind Harboebuild: add build/src to include path
2009-12-05 David Brownellmisc code review updates
2009-12-03 Zachary T Welchremove tertiary include paths
2009-12-03 Zachary T Welchchange #include "jtag.h" to <jtag/jtag.h>
2009-12-03 Zachary T Welchchange #include "time_support.h" to <helper/time_support.h>
2009-12-03 Zachary T Welchnormalize headers to make changing easier
2009-12-03 Zachary T Welchallow #include directives to use module name
2009-11-25 Zachary T Welch{,x}svf: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-16 Zachary T Welchmove ARRAY_SIZE macro to types.h
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchremove typedef keyword from svf structures
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-13 Zachary T Welchcommand_handler_t: make argc unsigned
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-10 Zachary T Welchsvf,xsvf,arm7_9_common: trim forard declarations
2009-11-09 Zachary T Welchsrc/{server,pld,svf,xsvf}: remove 'extern' keyword
2009-10-29 Michael RothSVF: fix checking bit pattern against length
2009-10-26 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-26 Michael RothSVF: fix parsing hex strings containing leading '0...
2009-10-23 David BrownellSVF: clean up, mostly for TAP state name handling
2009-10-21 David BrownellXSVF: use svf_add_statemove()
2009-10-20 David BrownellSVF: better spec conformance for STATE switch
2009-10-20 David BrownellSVF/XSVF: comment and whitespace fixes
2009-08-25 oharboeAudrius Urmanavičius <didele.deze@gmail.com> Latest...
2009-08-24 oharboeSteve Grubb <sgrubb@redhat.com> fix various and sundry...
2009-08-20 oharboePiotr Ziecik <kosmo@semihalf.com> This patch adds handl...
2009-06-23 zwelchRemove whitespace at end of lines, step 2.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Replace 'switch(' with 'switch ('.
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-09 zwelchFix make maintainer-clean for out-of-tree builds.
2009-06-01 oharboesimon qian <simonqian.openocd@gmail.com> stop incestiou...
2009-05-26 zwelchSimonQian <simonqian@SimonQian.com>, reported by R...
2009-05-26 zwelchSimonQian <simonqian@SimonQian.com>:
2009-05-25 kc8apfAuthor: Simon Qian <simonqian@SimonQian.com>
2009-05-24 zwelchSimonQian <simonqian@SimonQian.com>:
2009-05-21 zwelchDavid Brownell <david-b@pacbell.net>: This patch adds...
2009-05-18 kc8apfAdd jtag_queue_command() by Michael Bruck <mbruck@digen...
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2009-05-10 zwelchExtend autotools build to create shared library libopen...
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-05-06 zwelchFix pointer cast alignment issues in svf.c
2009-05-06 oharboeremove unecessary setting of deprecated fields to NULL
2009-05-06 oharboeretire out_mask - not used anywhere
2009-05-02 zwelchUpdate autotools scripts to require automake 1.6. ...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2009-02-03 kc8apf- Cable driver helper API courtesy of Dick Hollenbeck...
2009-01-23 kc8apfFixes for svf player by Simon Qian <simonqian@SimonQian...
2009-01-20 kc8apfFix 'make maintainer-clean' courtesy of Zach Welch...
2009-01-19 ntfreak- revert guess-rev.sh to using bash
2009-01-19 kc8apfSVF player courtesy of Simon Qian <simonqian@SimonQian...