index
:
openocd+libswd.git
master
Unnamed repository; edit this file 'description' to name the repository.
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
openocd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
startup: fix bugs in cleanup upon errors during startup
Øyvind Harboe
2011-03-31
1
-26
/
+33
*
Compilation Warnings on OS X 10.5
Andrew MacIsaac
2010-12-29
1
-1
/
+1
*
config: add init_targets proc that is executed just before init
Øyvind Harboe
2010-12-22
1
-0
/
+4
*
httpd: retire this server
Øyvind Harboe
2010-11-15
1
-6
/
+0
*
helper: add stacktrace command that returns error stacktrace
Øyvind Harboe
2010-09-12
1
-0
/
+31
*
version command: make it scriptable
Øyvind Harboe
2010-09-11
1
-9
/
+23
*
util: ms command to calculate length of operations
Øyvind Harboe
2010-08-01
1
-0
/
+4
*
transport: fix segfault in setup_command_handler()
Stacey Sheldon
2010-07-05
1
-0
/
+1
*
initial "transport" framework
David Brownell
2010-07-02
1
-18
/
+16
*
openocd: setup_command_handler() must not be static
Øyvind Harboe
2010-06-23
1
-2
/
+4
*
openocd.c: review scope of symbols
Antonio Borneo
2010-06-21
1
-1
/
+1
*
OPENOCD: review scope of functions
Antonio Borneo
2010-04-10
1
-1
/
+1
*
SCRIPT: add add_script_search_dir cmd
Spencer Oliver
2010-03-17
1
-0
/
+17
*
rename jtag_interface_{init,quit}()
David Brownell
2010-03-14
1
-4
/
+4
*
split "interface" commands from "jtag" ones
David Brownell
2010-03-11
1
-0
/
+2
*
move a constant table to .rodata section
David Brownell
2010-03-08
1
-1
/
+1
*
gpl: fix GPL startup message
Øyvind Harboe
2010-02-15
1
-1
/
+2
*
server: add server_preinit which is called before config file is parsed.
Spencer Oliver
2009-12-11
1
-2
/
+3
*
rename nand.h to flash//nand/core.h
Zachary T Welch
2009-12-04
1
-1
/
+1
*
remove flash.h from tree
Zachary T Welch
2009-12-04
1
-1
/
+1
*
split NOR and NAND flash headers
Zachary T Welch
2009-12-04
1
-0
/
+1
*
check top-level command registrations
Zachary T Welch
2009-12-04
1
-16
/
+34
*
fix another init regression
David Brownell
2009-12-03
1
-4
/
+7
*
fix double 'init' regression
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "xsvf.h" to <xsvf/xsvf.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "svf.h" to <svf/svf.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "pld.h" to <pld/pld.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "server.h" to <server/server.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "httpd.h" to <server/httpd.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "gdb_server.h" to <server/gdb_server.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "nand.h" to <flash/nand.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "mflash.h" to <flash/mflash.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "jtag.h" to <jtag/jtag.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "ioutil.h" to <helper/ioutil.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "configuration.h" to <helper/configuration.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
remove #if BUILD_HTTPD
Zachary T Welch
2009-12-02
1
-4
/
+0
*
remove BUILD_IOUTIL symbol
Zachary T Welch
2009-12-02
1
-6
/
+1
*
remove #if logic for openocd_sleep_*lude
Zachary T Welch
2009-12-02
1
-14
/
+0
*
target: factor init to 'target init'
Zachary T Welch
2009-12-02
1
-5
/
+2
*
jtag: factor init into 'jtag init'
Zachary T Welch
2009-12-02
1
-7
/
+9
*
flash: factor init to 'flash init'
Zachary T Welch
2009-12-02
1
-3
/
+2
*
mflash: factor init to 'mflash init'
Zachary T Welch
2009-12-02
1
-3
/
+2
*
nand: factor init to 'nand init'
Zachary T Welch
2009-12-02
1
-3
/
+2
*
pld: factor init to 'pld init'
Zachary T Welch
2009-12-02
1
-2
/
+3
*
command: the Jim interpreter can now be provided rather than created
Øyvind Harboe
2009-12-01
1
-3
/
+3
*
main: invoke jtag_interface_quit() explicitly
Øyvind Harboe
2009-12-01
1
-6
/
+2
*
do not extern 'interp' from command.c
Zachary T Welch
2009-11-30
1
-1
/
+1
*
allow deferal of init
Zachary T Welch
2009-11-30
1
-4
/
+23
*
move server_init() to openocd_main()
Zachary T Welch
2009-11-30
1
-18
/
+13
*
improve gdb_init() sequence
Zachary T Welch
2009-11-30
1
-1
/
+1
[next]