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
/
helper
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
factor help script command into parts
Zachary T Welch
2009-11-20
1
-28
/
+34
*
refactor command registration
Zachary T Welch
2009-11-20
2
-82
/
+117
*
change command_find helper interface
Zachary T Welch
2009-11-20
1
-4
/
+3
*
factor script_command argv allocation
Zachary T Welch
2009-11-20
1
-27
/
+38
*
remove fast command and jim_global_long
Zachary T Welch
2009-11-18
2
-33
/
+0
*
change all bool parsers to accept any value
Zachary T Welch
2009-11-18
2
-6
/
+5
*
add handle_command_parse_bool command helper
Zachary T Welch
2009-11-18
2
-6
/
+59
*
add COMMAND_PARSE_BOOL macro and friends
Zachary T Welch
2009-11-18
1
-0
/
+28
*
pass startup_tcl to command_init
Zachary T Welch
2009-11-18
2
-3
/
+5
*
split startup.tcl file across modules
Zachary T Welch
2009-11-18
2
-230
/
+3
*
move startup.c to libopenocd
Zachary T Welch
2009-11-18
1
-9
/
+2
*
remove unused variable from run_command
Zachary T Welch
2009-11-17
1
-3
/
+2
*
add CMD_NAME variable in command_invocation
Zachary T Welch
2009-11-17
2
-8
/
+9
*
add struct command_invocation for COMMAND_HANDLER
Zachary T Welch
2009-11-17
2
-9
/
+21
*
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2009-11-17
3
-15
/
+15
*
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
2009-11-17
3
-16
/
+16
*
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-17
3
-15
/
+15
*
add more command_handler conversion macros
Zachary T Welch
2009-11-17
1
-1
/
+16
*
ARM: "armv4_5" command prefix becomes "arm"
David Brownell
2009-11-16
1
-0
/
+9
*
fileio: improve API types
Zachary T Welch
2009-11-16
2
-37
/
+36
*
struct fileio: improve member types
Zachary T Welch
2009-11-16
2
-3
/
+3
*
helper/log: improve API parameter types
Zachary T Welch
2009-11-16
2
-19
/
+16
*
use Jim_CmdProc in jim_register
Zachary T Welch
2009-11-16
2
-2
/
+4
*
improve constness of open_file_from_path
Zachary T Welch
2009-11-16
2
-2
/
+2
*
make command line options const
Zachary T Welch
2009-11-16
1
-1
/
+1
*
binarybuffer: regression fix
David Brownell
2009-11-16
1
-2
/
+4
*
"types.h" doxygen fix
David Brownell
2009-11-16
1
-2
/
+2
*
move ARRAY_SIZE macro to types.h
Zachary T Welch
2009-11-16
1
-0
/
+10
*
rename CEIL as DIV_ROUND_UP
Zachary T Welch
2009-11-16
3
-6
/
+13
*
move container_of to types.h
Zachary T Welch
2009-11-16
1
-0
/
+15
*
Add FILEIO_NONE access mode.
Zachary T Welch
2009-11-16
1
-0
/
+1
*
binarybuffer: add API documentation
Zachary T Welch
2009-11-16
1
-3
/
+41
*
improve inline binarybuffer helpers
Zachary T Welch
2009-11-16
1
-7
/
+8
*
improve buf_set_buf helper
Zachary T Welch
2009-11-16
2
-5
/
+8
*
improve buf_set_ones
Zachary T Welch
2009-11-16
2
-10
/
+11
*
improve buf_cpy helper
Zachary T Welch
2009-11-16
2
-9
/
+11
*
improve buf_cmp and buf_cmp_mask helpers
Zachary T Welch
2009-11-16
2
-39
/
+40
*
improve str_to_buf and buf_to_str helpers
Zachary T Welch
2009-11-16
2
-65
/
+67
*
binarybuffer: move variables to point of first use
Zachary T Welch
2009-11-16
2
-28
/
+9
*
binarybuffer: fix whitespace related issues
Zachary T Welch
2009-11-16
2
-23
/
+18
*
target: less implicit inclusion of "command.h"
David Brownell
2009-11-16
2
-2
/
+0
*
remove unused buf_to_u32_handler
Zachary T Welch
2009-11-14
2
-12
/
+0
*
struct scan_field_s -> struct scan_field
Zachary T Welch
2009-11-14
2
-3
/
+3
*
command_t -> struct command
Zachary T Welch
2009-11-13
2
-26
/
+26
*
command_context_t -> struct command_context
Zachary T Welch
2009-11-13
8
-52
/
+52
*
jtag_tap_t -> struct jtag_tap
Zachary T Welch
2009-11-13
1
-2
/
+0
*
fileio_t -> struct fileio
Zachary T Welch
2009-11-13
2
-24
/
+23
*
log_callback_t -> struct log_callback
Zachary T Welch
2009-11-13
2
-9
/
+8
*
command_handler_t: make cmd an indirect parameter
Zachary T Welch
2009-11-13
2
-10
/
+12
*
command_handler_t: make args parameter const
Zachary T Welch
2009-11-13
2
-5
/
+7
[prev]
[next]