arm: Mis-aligned data issue fix.
[fw/openocd] / src / openocd.c
2012-07-22 Alex AustinRevert "When calling openocd from a shell like this:"
2012-07-11 Stian SkjelsadWhen calling openocd from a shell like this:
2012-02-06 Spencer Oliverbuild: cleanup src/ directory
2012-01-04 Mathias Kcommand: print BUG warning when usage is missing
2011-12-02 Spencer Oliveropenocd.c: whitespace cleanup
2011-11-23 Spencer Olivertarget: fix init_targets script handling
2011-10-11 Spencer Oliverreplace berlios url's with sourceforge url's
2011-08-14 Øyvind Harboejimtcl: delete OpenOCD's broken 'stacktrace' command
2011-06-16 Tomek CEDROOPENOCD: Renamed ambiguous main2() into openocd_thread...
2011-06-13 Øyvind Harboetransport: move files over to transport folder
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-03-31 Øyvind Harboestartup: fix bugs in cleanup upon errors during startup
2010-12-29 Andrew MacIsaacCompilation Warnings on OS X 10.5
2010-12-22 Øyvind Harboeconfig: add init_targets proc that is executed just...
2010-11-15 Øyvind Harboehttpd: retire this server
2010-09-12 Øyvind Harboehelper: add stacktrace command that returns error stack...
2010-09-11 Øyvind Harboeversion command: make it scriptable
2010-08-01 Øyvind Harboeutil: ms command to calculate length of operations
2010-07-05 Stacey Sheldontransport: fix segfault in setup_command_handler()
2010-07-02 David Brownellinitial "transport" framework
2010-06-23 Øyvind Harboeopenocd: setup_command_handler() must not be static
2010-06-21 Antonio Borneoopenocd.c: review scope of symbols
2010-04-10 Antonio BorneoOPENOCD: review scope of functions
2010-03-17 Spencer OliverSCRIPT: add add_script_search_dir cmd
2010-03-14 David Brownellrename jtag_interface_{init,quit}()
2010-03-11 David Brownellsplit "interface" commands from "jtag" ones
2010-03-09 David Brownellmove a constant table to .rodata section
2010-02-15 Øyvind Harboegpl: fix GPL startup message
2009-12-11 Spencer Oliverserver: add server_preinit which is called before confi...
2009-12-05 Zachary T Welchrename nand.h to flash//nand/core.h
2009-12-05 Zachary T Welchremove flash.h from tree
2009-12-05 Zachary T Welchsplit NOR and NAND flash headers
2009-12-04 Zachary T Welchcheck top-level command registrations
2009-12-03 David Brownellfix another init regression
2009-12-03 Zachary T Welchfix double 'init' regression
2009-12-03 Zachary T Welchchange #include "xsvf.h" to <xsvf/xsvf.h>
2009-12-03 Zachary T Welchchange #include "svf.h" to <svf/svf.h>
2009-12-03 Zachary T Welchchange #include "pld.h" to <pld/pld.h>
2009-12-03 Zachary T Welchchange #include "server.h" to <server/server.h>
2009-12-03 Zachary T Welchchange #include "httpd.h" to <server/httpd.h>
2009-12-03 Zachary T Welchchange #include "gdb_server.h" to <server/gdb_server.h>
2009-12-03 Zachary T Welchchange #include "nand.h" to <flash/nand.h>
2009-12-03 Zachary T Welchchange #include "mflash.h" to <flash/mflash.h>
2009-12-03 Zachary T Welchchange #include "jtag.h" to <jtag/jtag.h>
2009-12-03 Zachary T Welchchange #include "ioutil.h" to <helper/ioutil.h>
2009-12-03 Zachary T Welchchange #include "configuration.h" to <helper/configurat...
2009-12-02 Zachary T Welchremove #if BUILD_HTTPD
2009-12-02 Zachary T Welchremove BUILD_IOUTIL symbol
2009-12-02 Zachary T Welchremove #if logic for openocd_sleep_*lude
2009-12-02 Zachary T Welchtarget: factor init to 'target init'
2009-12-02 Zachary T Welchjtag: factor init into 'jtag init'
2009-12-02 Zachary T Welchflash: factor init to 'flash init'
2009-12-02 Zachary T Welchmflash: factor init to 'mflash init'
2009-12-02 Zachary T Welchnand: factor init to 'nand init'
2009-12-02 Zachary T Welchpld: factor init to 'pld init'
2009-12-01 Øyvind Harboecommand: the Jim interpreter can now be provided rather...
2009-12-01 Øyvind Harboemain: invoke jtag_interface_quit() explicitly
2009-12-01 Zachary T Welchdo not extern 'interp' from command.c
2009-12-01 Zachary T Welchallow deferal of init
2009-12-01 Zachary T Welchmove server_init() to openocd_main()
2009-12-01 Zachary T Welchimprove gdb_init() sequence
2009-11-29 David Brownellbugfix: 'init' changes state, not main()
2009-11-25 Zachary T Welchlog: improve initialization
2009-11-25 Zachary T Welchimprove command handling examples
2009-11-25 Zachary T Welchhttpd: use register_commands()
2009-11-25 Zachary T Welchopenocd: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-20 Zachary T Welchrefactor command registration
2009-11-18 Zachary T Welchpass startup_tcl to command_init
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-16 David Brownell#include "target.h" less wildly
2009-11-16 David Brownelltarget: less implicit inclusion of "command.h"
2009-11-14 David Brownellremove annoying $URL$ startup message
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchadd src/hello.c to augment new command tutorial
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-10-08 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-08 dbrownellChange most in-tree references from SVN to GIT.
2009-10-07 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-07 dbrownellChange version labels to work better with GIT
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-30 zwelchMake bug reporting output at program start-ups use...
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-05-30 zwelchEncapsulate the global "jtag" jtag_interface pointer:
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2009-05-10 zwelchReverse revision 1691: all of its functionality has...
2009-05-10 zwelchRevive tclapi.c from r1650:
2009-05-03 oharboefix embedded builds
2009-05-02 oharboeDick Hollenbeck <dick@softplc.com> moved stuff into...
2009-05-01 zwelchAdd static keywords to main application helper functions.
2009-05-01 zwelchDick Hollenbeck <dick@softplc.com>: move OPENOCD_VERSIO...
2009-01-20 kc8apfFixes for handling release versions
2009-01-19 ntfreak- remove unused includes, fixes build issues under...
2009-01-19 kc8apfSVF player courtesy of Simon Qian <simonqian@SimonQian...
next