summaryrefslogtreecommitdiff
path: root/src/openocd.c
Commit message (Expand)AuthorAgeFilesLines
* httpd: retire this serverØyvind Harboe2010-11-151-6/+0
* helper: add stacktrace command that returns error stacktraceØyvind Harboe2010-09-121-0/+31
* version command: make it scriptableØyvind Harboe2010-09-111-9/+23
* util: ms command to calculate length of operationsØyvind Harboe2010-08-011-0/+4
* transport: fix segfault in setup_command_handler()Stacey Sheldon2010-07-051-0/+1
* initial "transport" frameworkDavid Brownell2010-07-021-18/+16
* openocd: setup_command_handler() must not be staticØyvind Harboe2010-06-231-2/+4
* openocd.c: review scope of symbolsAntonio Borneo2010-06-211-1/+1
* OPENOCD: review scope of functionsAntonio Borneo2010-04-101-1/+1
* SCRIPT: add add_script_search_dir cmdSpencer Oliver2010-03-171-0/+17
* rename jtag_interface_{init,quit}()David Brownell2010-03-141-4/+4
* split "interface" commands from "jtag" onesDavid Brownell2010-03-111-0/+2
* move a constant table to .rodata sectionDavid Brownell2010-03-081-1/+1
* 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