summaryrefslogtreecommitdiff
path: root/src/openocd.c
Commit message (Expand)AuthorAgeFilesLines
* SWD: swd tcl commands are now available from CLI and initialized at program s...Tomek CEDRO2011-10-131-0/+1
* OPENOCD: Renamed ambiguous main2() into openocd_thread() to show possible sol...Tomek CEDRO2011-06-161-2/+7
* OPENOCD: Register bitbang TCL command.Tomek CEDRO2011-06-161-1/+2
* transport: move files over to transport folderØyvind Harboe2011-06-131-1/+1
* startup: fix bugs in cleanup upon errors during startupØyvind Harboe2011-03-311-26/+33
* Compilation Warnings on OS X 10.5Andrew MacIsaac2010-12-291-1/+1
* config: add init_targets proc that is executed just before initØyvind Harboe2010-12-221-0/+4
* 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