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
/
target
/
target_request.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target misc: help/usage updates
David Brownell
2010-01-07
1
-3
/
+3
*
target: further shrink Jim-awareness
David Brownell
2009-12-13
1
-2
/
+3
*
change #include "log.h" to <helper/log.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "binarybuffer.h" to <helper/binarybuffer.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
target_request: use register_commands()
Zachary T Welch
2009-11-24
1
-8
/
+21
*
use COMMAND_REGISTER macro
Zachary T Welch
2009-11-24
1
-2
/
+2
*
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2009-11-17
1
-6
/
+6
*
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
2009-11-17
1
-3
/
+3
*
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-17
1
-1
/
+1
*
rename CEIL as DIV_ROUND_UP
Zachary T Welch
2009-11-16
1
-4
/
+4
*
#include "target.h" less wildly
David Brownell
2009-11-16
1
-0
/
+1
*
command_t -> struct command
Zachary T Welch
2009-11-13
1
-1
/
+1
*
command_context_t -> struct command_context
Zachary T Welch
2009-11-13
1
-4
/
+4
*
target_t -> struct target
Zachary T Welch
2009-11-13
1
-8
/
+8
*
debug_msg_receiver_t -> struct debug_msg_receiver
Zachary T Welch
2009-11-13
1
-9
/
+9
*
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
2009-11-13
1
-1
/
+1
*
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
2009-07-17
1
-1
/
+1
*
Remove whitespace that occurs before ')'.
zwelch
2009-06-23
1
-3
/
+3
*
Remove whitespace that occurs after '('.
zwelch
2009-06-23
1
-1
/
+1
*
C99 printf() -Werror fixes
duane
2009-06-21
1
-2
/
+2
*
Transform 'u32' to 'uint32_t' in src/target
zwelch
2009-06-18
1
-4
/
+4
*
Transform 'u8' to 'uint8_t' in src/target
zwelch
2009-06-18
1
-4
/
+4
*
David Brownell <david-b@pacbell.net>:
zwelch
2009-06-01
1
-24
/
+24
*
Final step in isolating target_type_s structure:
zwelch
2009-05-31
1
-1
/
+1
*
First step in hiding target_type_s from public interface:
zwelch
2009-05-31
1
-0
/
+1
*
Audit and eliminate redundant #include directives in other target files.
zwelch
2009-05-11
1
-6
/
+1
*
Add static keywords to core target source file data and functions.
zwelch
2009-04-30
1
-7
/
+7
*
Zach Welch <zw@superlucidity.net> fix -Werror warnings
oharboe
2009-04-19
1
-1
/
+1
*
Hiroshi Ito <ito@mlb.co.jp> Linux for arm has arm generic debug option which ...
oharboe
2009-03-24
1
-5
/
+10
*
Laurentiu Cocanu - more help text
oharboe
2008-10-22
1
-1
/
+1
*
- added myself to copyright on files i remember adding large contributions fo...
ntfreak
2008-09-20
1
-1
/
+4
*
duan ellis target tcl work in progress
oharboe
2008-08-24
1
-10
/
+10
*
added yours sincerely for files where I feel that I've made non-trivial contr...
oharboe
2008-07-25
1
-0
/
+3
*
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
2008-03-25
1
-5
/
+5
*
Summary: passing of variable argument list reduced, strings sent to logging a...
oharboe
2008-02-29
1
-1
/
+1
*
- Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This
oharboe
2008-02-28
1
-0
/
+10
*
- add support for cortex_m3 target_request debugmsgs
ntfreak
2008-01-17
1
-0
/
+10
*
- reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...
drath
2007-08-14
1
-25
/
+39
*
- renamed M5960 USB JTAG to "flyswatter"
drath
2007-08-10
1
-0
/
+270