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
*
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
*
bugfix: 'init' changes state, not main()
David Brownell
2009-11-28
1
-1
/
+2
*
log: improve initialization
Zachary T Welch
2009-11-25
1
-5
/
+4
*
improve command handling examples
Zachary T Welch
2009-11-25
1
-4
/
+0
*
httpd: use register_commands()
Zachary T Welch
2009-11-24
1
-5
/
+2
*
openocd: use register_commands()
Zachary T Welch
2009-11-24
1
-6
/
+18
*
use COMMAND_REGISTER macro
Zachary T Welch
2009-11-24
1
-2
/
+2
*
refactor command registration
Zachary T Welch
2009-11-20
1
-1
/
+1
*
pass startup_tcl to command_init
Zachary T Welch
2009-11-18
1
-1
/
+2
*
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2009-11-17
1
-9
/
+9
*
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-17
1
-2
/
+2
*
#include "target.h" less wildly
David Brownell
2009-11-16
1
-1
/
+0
*
target: less implicit inclusion of "command.h"
David Brownell
2009-11-16
1
-1
/
+0
*
remove annoying $URL$ startup message
David Brownell
2009-11-14
1
-17
/
+0
*
command_context_t -> struct command_context
Zachary T Welch
2009-11-13
1
-6
/
+6
*
target_t -> struct target
Zachary T Welch
2009-11-13
1
-1
/
+1
*
add src/hello.c to augment new command tutorial
Zachary T Welch
2009-11-13
1
-0
/
+4
*
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
2009-11-13
1
-2
/
+2
*
Change most in-tree references from SVN to GIT.
dbrownell
2009-10-08
1
-1
/
+3
*
Change version labels to work better with GIT
dbrownell
2009-10-07
1
-1
/
+1
*
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
2009-07-17
1
-1
/
+1
*
Make bug reporting output at program start-ups use fewer new lines:
zwelch
2009-06-30
1
-2
/
+3
*
Remove whitespace that occurs before ')'.
zwelch
2009-06-23
1
-2
/
+2
*
Remove whitespace that occurs after '('.
zwelch
2009-06-23
1
-2
/
+2
*
- Fixes '=' whitespace
zwelch
2009-06-23
1
-5
/
+5
*
- Fixes '!=' whitespace
zwelch
2009-06-23
1
-4
/
+4
*
Encapsulate the global "jtag" jtag_interface pointer:
zwelch
2009-05-30
1
-3
/
+1
*
Audit and eliminate redundant #include directives in main src/ files.
zwelch
2009-05-11
1
-9
/
+2
*
Remove redundant sys/types.h #include directives (now in types.h).
zwelch
2009-05-11
1
-1
/
+0
*
Reverse revision 1691: all of its functionality has migrated elsewhere.
zwelch
2009-05-10
1
-2
/
+0
*
Revive tclapi.c from r1650:
zwelch
2009-05-10
1
-0
/
+2
*
fix embedded builds
oharboe
2009-05-03
1
-2
/
+3
*
Dick Hollenbeck <dick@softplc.com> moved stuff into openocd.c - should never ...
oharboe
2009-05-02
1
-0
/
+15
[next]