aboutsummaryrefslogtreecommitdiff
path: root/src/openocd.c
AgeCommit message (Expand)Author
2015-04-16docs: update OpenOCD url's to openocd.org domainSpencer Oliver
2015-04-14Tcl exception codes cleanup, shutdown command amendmentsPaul Fertser
2015-03-09Added system signal handling to Linux versionMateusz Manowiecki
2014-08-02Fix some problems with the bin2char utilityAndreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2012-07-22Revert "When calling openocd from a shell like this:"Alex Austin
2012-07-11When calling openocd from a shell like this:Stian Skjelsad
2012-02-06build: cleanup src/ directorySpencer Oliver
2012-01-04command: print BUG warning when usage is missingMathias K
2011-12-02openocd.c: whitespace cleanupSpencer Oliver
2011-11-23target: fix init_targets script handlingSpencer Oliver
2011-10-11replace berlios url's with sourceforge url'sSpencer Oliver
2011-08-14jimtcl: delete OpenOCD's broken 'stacktrace' commandØyvind Harboe
2011-06-16OPENOCD: Renamed ambiguous main2() into openocd_thread() to show possible sol...Tomek CEDRO
2011-06-13transport: move files over to transport folderØyvind Harboe
2011-03-31startup: fix bugs in cleanup upon errors during startupØyvind Harboe
2010-12-29Compilation Warnings on OS X 10.5Andrew MacIsaac
2010-12-22config: add init_targets proc that is executed just before initØyvind Harboe
2010-11-15httpd: retire this serverØyvind Harboe
2010-09-12helper: add stacktrace command that returns error stacktraceØyvind Harboe
2010-09-11version command: make it scriptableØyvind Harboe
2010-08-01util: ms command to calculate length of operationsØyvind Harboe
2010-07-05transport: fix segfault in setup_command_handler()Stacey Sheldon
2010-07-02initial "transport" frameworkDavid Brownell
2010-06-23openocd: setup_command_handler() must not be staticØyvind Harboe
2010-06-21openocd.c: review scope of symbolsAntonio Borneo
2010-04-10OPENOCD: review scope of functionsAntonio Borneo
2010-03-17SCRIPT: add add_script_search_dir cmdSpencer Oliver
2010-03-14rename jtag_interface_{init,quit}()David Brownell
2010-03-11split "interface" commands from "jtag" onesDavid Brownell
2010-03-08move a constant table to .rodata sectionDavid Brownell
2010-02-15gpl: fix GPL startup messageØyvind Harboe
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