cortex_m: Fix single stepping will not return to debug mode sometimes
[fw/openocd] / src / xsvf /
2012-02-06 Spencer Oliverbuild: cleanup src/xsvf directory
2012-01-12 Spencer Oliverxsvf: fix clang warning
2012-01-04 Mathias KChange return value on error.
2011-11-07 Øyvind Harboexsvf: add missing error propagation
2011-01-05 Eric Wetzelnit: do not add \n at end of LOG_ERROR
2010-11-18 Spencer Oliverbuild: add common.mk
2010-06-22 Edgar Grimbergxsvf: Fix shadow issues on Mac
2010-06-21 Øyvind Harboejtag: do not use jtag_get_error()
2010-06-16 Øyvind Harboexsvf: -Wshadow warning fixes
2010-03-18 Øyvind Harboejtag: cut down on usage of unintended modification...
2010-03-08 Øyvind Harboejtag: simplify jtag_add_plain_ir/dr_scan
2010-03-08 Øyvind Harboejtag: jtag_add_ir_scan() now takes a single field
2010-03-08 Øyvind Harboejtag: retire tap field
2010-01-09 David Brownell*SVF: help/usage updates
2009-12-08 Øyvind Harboebuild: add build/src to include path
2009-12-03 Zachary T Welchremove tertiary include paths
2009-12-03 Zachary T Welchchange #include "svf.h" to <svf/svf.h>
2009-12-03 Zachary T Welchchange #include "jtag.h" to <jtag/jtag.h>
2009-12-03 Zachary T Welchchange #include "command.h" to <helper/command.h>
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-16 Zachary T Welchrename CEIL as DIV_ROUND_UP
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
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 Welchuse COMMAND_HANDLER macro to define all commands
2009-11-11 Zachary T Welchadd const keyword to some APIs
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 David BrownellXSVF: bugfix handling state paths
2009-10-21 David BrownellXSVF: use svf_add_statemove()
2009-10-20 David BrownellSVF/XSVF: comment and whitespace fixes
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
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- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Replace 'for(' with 'for ('.
2009-06-23 zwelch- Replace 'switch(' with 'switch ('.
2009-06-23 zwelch- Replace 'while(' with 'while ('.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
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-05 zwelchEliminate MixedCaps symbol from public JTAG TAP API:
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-04 oharboeno longer use jtag_add_xxx() to set end state to TAP_DR...
2009-06-03 zwelchRemove interface.h from public JTAG header, include...
2009-06-01 zwelchEncapsulate JTAG Cable API and interface structure...
2009-06-01 oharboeadded jtag_add_statemove() helper fn(actual fn written...
2009-05-23 zwelchMore printf fixes stemming from format string change...
2009-05-22 kc8apfAuthor: Rick Altherr <kc8apf@kc8apf.net>
2009-05-12 zwelchInclude assert.h in system.h to promote tree-wide use...
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-08 oharboeretire jtag_set_check_value
2009-05-06 oharboeDick Hollenbeck <dick@softplc.com> part deux of previou...
2009-05-06 oharboeDick Hollenbeck <dick@softplc.com> simplifies XSTATE...
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-21 oharboeZach Welch <zw@superlucidity.net> fix -Wformat-security...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2009-04-14 oharboeDick Hollenbeck <dick@softplc.com> work in progress
2009-02-10 kc8apfUse C89/C99/C++ compliant boolean types
2009-02-03 kc8apf- Cable driver helper API courtesy of Dick Hollenbeck...
2009-01-23 kc8apfxvsf player fixes by Dick Hollenbeck <dick@softplc...
2009-01-20 kc8apfFix 'make maintainer-clean' courtesy of Zach Welch...
2009-01-09 oharboeDick Hollenbeck <dick@softplc.com> adds jtag_add_clocks...
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-11-30 duanejtag newtap change & huge manual update
2008-11-03 oharboePeter Hettkamp <peter.hettkamp@htp-tel.de> fix some...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-05-03 drath- fixed xsvf_add_statemove()
2008-03-31 oharboemake jtag_add_statemove() internal to the driver.
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboeFrom Michael Bruck
2008-02-24 oharboesharpend JTAG docs w.r.t. hw fifo implementations and...
2008-02-24 oharboecosmetic fixes to debug output + phasing out printf...
2008-01-07 mifi- added gdb flash fixes patch
2007-04-25 drath- added support for error handlers to JTAG scan command...
2006-07-17 drath- Added support for native MinGW builds (thanks to...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/