remove flash.h from tree
[fw/openocd] / src / openocd.c
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...
2009-01-09 oharboemoved ioutil init to the right spot: before config...
2008-12-17 oharboecheck syntax for init/version
2008-12-16 oharboework in progress to hook up libmicrohttpd + tcl integration
2008-12-15 oharboesync up to tap_xxx rename + add with-ioutil for standal...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-11-05 oharboefix telnet async messages. retired telnet_async command...
2008-10-16 oharboeunsik Kim <donari75@gmail.com> - mflash support
2008-10-15 ntfreak- fix tcl_port typo in docs
2008-10-08 oharboeRichard Missenden exit now works during startup script
2008-10-07 oharboereduce patch problems by moving $xxx expansion into...
2008-09-24 ntfreak- renamed x7926 driver to aduc702x to match other flash...
2008-09-21 oharboeput instructions on how to report bugs onto the users...
2008-08-06 ntfreak- fix target_examine declaration
2008-08-05 oharboeGDB monitor commands now also get halted state upon...
2008-07-24 oharboeBetter handling of OpenOCD command invocation result...
2008-07-19 oharboedaemon_startup is now retired in favour of adding ...
2008-07-18 oharboeCharles Hardin <ckhardin@gmail.com> move tcl stuff...
2008-07-17 oharboeCharles Hardin ckhardin at gmail.com Instead of stash...
2008-07-17 oharboeCollect output from openocd commands into openocd_outpu...
2008-07-17 oharboeCharles Hardin ckhardin at gmail.com
2008-07-17 oharboeCharles Hardin <ckhardin@gmail.com> and Øyvind Harboe
2008-07-16 oharboeFixes to \ and / handling for OpenOCD
2008-07-16 oharboedo not print jim tcl error message trace for ERROR_COMM...
2008-07-16 oharboebetter error messages for target event scripts.
2008-07-14 oharboeCharles Hardin <ckhardin@gmail.com>
2008-07-13 ntfreak- remove unused objcopy from configure.in
2008-07-13 oharboeCharles Hardin <ckhardin@gmail.com> - hopefully final...
2008-07-13 oharboeDuane Ellis <openocd@duaneellis.com> fix to tcl puts
2008-07-12 ntfreak- remove requirement for file2c.tcl
2008-07-11 oharboework in progress to improve help
next