aboutsummaryrefslogtreecommitdiff
path: root/src/openocd.c
AgeCommit message (Expand)Author
2009-12-11server: add server_preinit which is called before config file is parsed.Spencer Oliver
2009-12-04rename nand.h to flash//nand/core.hZachary T Welch
2009-12-04remove flash.h from treeZachary T Welch
2009-12-04split NOR and NAND flash headersZachary T Welch
2009-12-04check top-level command registrationsZachary T Welch
2009-12-03fix another init regressionDavid Brownell
2009-12-03fix double 'init' regressionZachary T Welch
2009-12-03change #include "xsvf.h" to <xsvf/xsvf.h>Zachary T Welch
2009-12-03change #include "svf.h" to <svf/svf.h>Zachary T Welch
2009-12-03change #include "pld.h" to <pld/pld.h>Zachary T Welch
2009-12-03change #include "server.h" to <server/server.h>Zachary T Welch
2009-12-03change #include "httpd.h" to <server/httpd.h>Zachary T Welch
2009-12-03change #include "gdb_server.h" to <server/gdb_server.h>Zachary T Welch
2009-12-03change #include "nand.h" to <flash/nand.h>Zachary T Welch
2009-12-03change #include "mflash.h" to <flash/mflash.h>Zachary T Welch
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch
2009-12-03change #include "ioutil.h" to <helper/ioutil.h>Zachary T Welch
2009-12-03change #include "configuration.h" to <helper/configuration.h>Zachary T Welch
2009-12-02remove #if BUILD_HTTPDZachary T Welch
2009-12-02remove BUILD_IOUTIL symbolZachary T Welch
2009-12-02remove #if logic for openocd_sleep_*ludeZachary T Welch
2009-12-02target: factor init to 'target init'Zachary T Welch
2009-12-02jtag: factor init into 'jtag init'Zachary T Welch
2009-12-02flash: factor init to 'flash init'Zachary T Welch
2009-12-02mflash: factor init to 'mflash init'Zachary T Welch
2009-12-02nand: factor init to 'nand init'Zachary T Welch
2009-12-02pld: factor init to 'pld init'Zachary T Welch
2009-12-01command: the Jim interpreter can now be provided rather than createdØyvind Harboe
2009-12-01main: invoke jtag_interface_quit() explicitlyØyvind Harboe
2009-11-30do not extern 'interp' from command.cZachary T Welch
2009-11-30allow deferal of initZachary T Welch
2009-11-30move server_init() to openocd_main()Zachary T Welch
2009-11-30improve gdb_init() sequenceZachary T Welch
2009-11-28bugfix: 'init' changes state, not main()David Brownell
2009-11-25log: improve initializationZachary T Welch
2009-11-25improve command handling examplesZachary T Welch
2009-11-24httpd: use register_commands()Zachary T Welch
2009-11-24openocd: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-20refactor command registrationZachary T Welch
2009-11-18pass startup_tcl to command_initZachary T Welch
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-16#include "target.h" less wildlyDavid Brownell
2009-11-16target: less implicit inclusion of "command.h"David Brownell
2009-11-14remove annoying $URL$ startup messageDavid Brownell
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13add src/hello.c to augment new command tutorialZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch