target/riscv: fix dead assignment
[fw/openocd] / src / openocd.c
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-08-15 Antonio Borneoopenocd: prevent target polling during 'init'
2022-07-23 Antonio Borneoopenocd: src: replace the GPL-2.0-or-later license tag
2022-05-14 Antonio Borneoopenocd: add post-init and pre-shutdown helpers
2022-01-22 Antonio Borneolog: fix memory leak when log to file is enabled
2021-11-13 Antonio Borneojtag: remove file driver.h
2021-11-13 Antonio Borneojtag: move prototype of adapter init/quit and speed...
2021-09-04 Antonio Borneoopenocd: prepare for jimtcl 0.81 'expr' syntax change
2021-08-14 Antonio Borneoopenocd: fix cleanup order: cti before dap
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [2/2]
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition
2021-04-18 Antonio Borneohelp: re-implement 'help' independent from tree of...
2021-03-19 Antonio Borneoioutil: drop the code, deprecated in v0.10.0
2021-03-10 Antonio Borneoarm_tpiu_swo: add support for independent TPIU and SWO
2020-12-02 Marc SchinkAdd initial RTT support
2020-11-04 Antonio Borneoopenocd: convert function setup_command_handler() to...
2020-06-14 Tarek BOCHKATIopenocd: fix issue in WIN32 with TCP adapters
2019-07-28 Andreas Fritiofsonmflash: Remove this broken flash driver
2018-04-10 Matthias Welwarskyarmv8: valgrind memleak fixes
2018-03-30 Tomas Vanekjtag/core, target: unregister JTAG events
2018-03-30 Tomas Vanektarget: fix display halt message logic
2018-03-30 Tomas Vanekflash/nor: implement flash bank deallocation on OpenOCD...
2018-03-30 Matthias Welwarskytarget: restructure dap support
2018-03-30 Matthias Welwarskyarm_cti: add cti command group
2018-03-15 Tomas Vanekserver: free strduped port numbers
2018-03-15 Tomas Vanekopenocd.c: call server_quit() for cmd line with -c...
2018-03-07 Tomas Vanekhelper/configuration: free script_search_dirs and confi...
2018-01-17 Marc SchinkFix Jim interpreter memory leak
2017-04-25 Marc Schinkserver/server: Remove all exit() calls
2016-12-08 Andreas FritiofsonRemove build date from banner for releases
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2015-04-16 Spencer Oliverdocs: update OpenOCD url's to openocd.org domain
2015-04-14 Paul FertserTcl exception codes cleanup, shutdown command amendments
2015-03-09 Mateusz ManowieckiAdded system signal handling to Linux version
2014-08-02 Andreas FritiofsonFix some problems with the bin2char utility
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-07-22 Alex AustinRevert "When calling openocd from a shell like this:"
2012-07-11 Stian SkjelsadWhen calling openocd from a shell like this:
2012-02-06 Spencer Oliverbuild: cleanup src/ directory
2012-01-04 Mathias Kcommand: print BUG warning when usage is missing
2011-12-02 Spencer Oliveropenocd.c: whitespace cleanup
2011-11-23 Spencer Olivertarget: fix init_targets script handling
2011-10-11 Spencer Oliverreplace berlios url's with sourceforge url's
2011-08-14 Øyvind Harboejimtcl: delete OpenOCD's broken 'stacktrace' command
2011-06-16 Tomek CEDROOPENOCD: Renamed ambiguous main2() into openocd_thread...
2011-06-13 Øyvind Harboetransport: move files over to transport folder
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-03-31 Øyvind Harboestartup: fix bugs in cleanup upon errors during startup
2010-12-29 Andrew MacIsaacCompilation Warnings on OS X 10.5
2010-12-22 Øyvind Harboeconfig: add init_targets proc that is executed just...
2010-11-15 Øyvind Harboehttpd: retire this server
2010-09-12 Øyvind Harboehelper: add stacktrace command that returns error stack...
2010-09-11 Øyvind Harboeversion command: make it scriptable
2010-08-01 Øyvind Harboeutil: ms command to calculate length of operations
2010-07-05 Stacey Sheldontransport: fix segfault in setup_command_handler()
2010-07-02 David Brownellinitial "transport" framework
2010-06-23 Øyvind Harboeopenocd: setup_command_handler() must not be static
2010-06-21 Antonio Borneoopenocd.c: review scope of symbols
2010-04-10 Antonio BorneoOPENOCD: review scope of functions
2010-03-17 Spencer OliverSCRIPT: add add_script_search_dir cmd
2010-03-14 David Brownellrename jtag_interface_{init,quit}()
2010-03-11 David Brownellsplit "interface" commands from "jtag" ones
2010-03-09 David Brownellmove a constant table to .rodata section
2010-02-15 Øyvind Harboegpl: fix GPL startup message
2009-12-11 Spencer Oliverserver: add server_preinit which is called before confi...
2009-12-05 Zachary T Welchrename nand.h to flash//nand/core.h
2009-12-05 Zachary T Welchremove flash.h from tree
2009-12-05 Zachary T Welchsplit NOR and NAND flash headers
2009-12-04 Zachary T Welchcheck top-level command registrations
2009-12-03 David Brownellfix another init regression
2009-12-03 Zachary T Welchfix double 'init' regression
2009-12-03 Zachary T Welchchange #include "xsvf.h" to <xsvf/xsvf.h>
2009-12-03 Zachary T Welchchange #include "svf.h" to <svf/svf.h>
2009-12-03 Zachary T Welchchange #include "pld.h" to <pld/pld.h>
2009-12-03 Zachary T Welchchange #include "server.h" to <server/server.h>
2009-12-03 Zachary T Welchchange #include "httpd.h" to <server/httpd.h>
2009-12-03 Zachary T Welchchange #include "gdb_server.h" to <server/gdb_server.h>
2009-12-03 Zachary T Welchchange #include "nand.h" to <flash/nand.h>
2009-12-03 Zachary T Welchchange #include "mflash.h" to <flash/mflash.h>
2009-12-03 Zachary T Welchchange #include "jtag.h" to <jtag/jtag.h>
2009-12-03 Zachary T Welchchange #include "ioutil.h" to <helper/ioutil.h>
2009-12-03 Zachary T Welchchange #include "configuration.h" to <helper/configurat...
2009-12-02 Zachary T Welchremove #if BUILD_HTTPD
2009-12-02 Zachary T Welchremove BUILD_IOUTIL symbol
2009-12-02 Zachary T Welchremove #if logic for openocd_sleep_*lude
2009-12-02 Zachary T Welchtarget: factor init to 'target init'
2009-12-02 Zachary T Welchjtag: factor init into 'jtag init'
2009-12-02 Zachary T Welchflash: factor init to 'flash init'
2009-12-02 Zachary T Welchmflash: factor init to 'mflash init'
2009-12-02 Zachary T Welchnand: factor init to 'nand init'
2009-12-02 Zachary T Welchpld: factor init to 'pld init'
2009-12-01 Øyvind Harboecommand: the Jim interpreter can now be provided rather...
2009-12-01 Øyvind Harboemain: invoke jtag_interface_quit() explicitly
2009-12-01 Zachary T Welchdo not extern 'interp' from command.c
2009-12-01 Zachary T Welchallow deferal of init
2009-12-01 Zachary T Welchmove server_init() to openocd_main()
2009-12-01 Zachary T Welchimprove gdb_init() sequence
2009-11-29 David Brownellbugfix: 'init' changes state, not main()
2009-11-25 Zachary T Welchlog: improve initialization
2009-11-25 Zachary T Welchimprove command handling examples
next