summaryrefslogtreecommitdiff
path: root/src/openocd.c
Commit message (Expand)AuthorAgeFilesLines
* gpl: fix GPL startup messageØyvind Harboe2010-02-151-1/+2
* server: add server_preinit which is called before config file is parsed.Spencer Oliver2009-12-111-2/+3
* rename nand.h to flash//nand/core.hZachary T Welch2009-12-041-1/+1
* remove flash.h from treeZachary T Welch2009-12-041-1/+1
* split NOR and NAND flash headersZachary T Welch2009-12-041-0/+1
* check top-level command registrationsZachary T Welch2009-12-041-16/+34
* fix another init regressionDavid Brownell2009-12-031-4/+7
* fix double 'init' regressionZachary T Welch2009-12-031-1/+1
* change #include "xsvf.h" to <xsvf/xsvf.h>Zachary T Welch2009-12-031-1/+1
* change #include "svf.h" to <svf/svf.h>Zachary T Welch2009-12-031-1/+1
* change #include "pld.h" to <pld/pld.h>Zachary T Welch2009-12-031-1/+1
* change #include "server.h" to <server/server.h>Zachary T Welch2009-12-031-1/+1
* change #include "httpd.h" to <server/httpd.h>Zachary T Welch2009-12-031-1/+1
* change #include "gdb_server.h" to <server/gdb_server.h>Zachary T Welch2009-12-031-1/+1
* change #include "nand.h" to <flash/nand.h>Zachary T Welch2009-12-031-1/+1
* change #include "mflash.h" to <flash/mflash.h>Zachary T Welch2009-12-031-1/+1
* change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch2009-12-031-1/+1
* change #include "ioutil.h" to <helper/ioutil.h>Zachary T Welch2009-12-031-1/+1
* change #include "configuration.h" to <helper/configuration.h>Zachary T Welch2009-12-031-1/+1
* remove #if BUILD_HTTPDZachary T Welch2009-12-021-4/+0
* remove BUILD_IOUTIL symbolZachary T Welch2009-12-021-6/+1
* remove #if logic for openocd_sleep_*ludeZachary T Welch2009-12-021-14/+0
* target: factor init to 'target init'Zachary T Welch2009-12-021-5/+2
* jtag: factor init into 'jtag init'Zachary T Welch2009-12-021-7/+9
* flash: factor init to 'flash init'Zachary T Welch2009-12-021-3/+2
* mflash: factor init to 'mflash init'Zachary T Welch2009-12-021-3/+2
* nand: factor init to 'nand init'Zachary T Welch2009-12-021-3/+2
* pld: factor init to 'pld init'Zachary T Welch2009-12-021-2/+3
* command: the Jim interpreter can now be provided rather than createdØyvind Harboe2009-12-011-3/+3
* main: invoke jtag_interface_quit() explicitlyØyvind Harboe2009-12-011-6/+2
* do not extern 'interp' from command.cZachary T Welch2009-11-301-1/+1
* allow deferal of initZachary T Welch2009-11-301-4/+23
* move server_init() to openocd_main()Zachary T Welch2009-11-301-18/+13
* improve gdb_init() sequenceZachary T Welch2009-11-301-1/+1
* bugfix: 'init' changes state, not main()David Brownell2009-11-281-1/+2
* log: improve initializationZachary T Welch2009-11-251-5/+4
* improve command handling examplesZachary T Welch2009-11-251-4/+0
* httpd: use register_commands()Zachary T Welch2009-11-241-5/+2
* openocd: use register_commands()Zachary T Welch2009-11-241-6/+18
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-2/+2
* refactor command registrationZachary T Welch2009-11-201-1/+1
* pass startup_tcl to command_initZachary T Welch2009-11-181-1/+2
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-9/+9
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-2/+2
* #include "target.h" less wildlyDavid Brownell2009-11-161-1/+0
* target: less implicit inclusion of "command.h"David Brownell2009-11-161-1/+0
* remove annoying $URL$ startup messageDavid Brownell2009-11-141-17/+0
* command_context_t -> struct command_contextZachary T Welch2009-11-131-6/+6
* target_t -> struct targetZachary T Welch2009-11-131-1/+1
* add src/hello.c to augment new command tutorialZachary T Welch2009-11-131-0/+4