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
/
flash
/
mflash.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
use COMMAND_REGISTER macro
Zachary T Welch
2009-11-24
1
-6
/
+6
*
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2009-11-17
1
-3
/
+3
*
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
2009-11-17
1
-17
/
+17
*
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-17
1
-4
/
+4
*
fileio: improve API types
Zachary T Welch
2009-11-16
1
-2
/
+4
*
struct fileio: improve member types
Zachary T Welch
2009-11-16
1
-1
/
+1
*
#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
-2
/
+2
*
target_t -> struct target
Zachary T Welch
2009-11-13
1
-13
/
+13
*
mflash_bank_t -> struct mflash_bank
Zachary T Welch
2009-11-13
1
-2
/
+2
*
mg_drv_info_t -> struct mg_drv_info
Zachary T Welch
2009-11-13
1
-1
/
+1
*
mflash_gpio_drv_t -> struct mflash_gpio_drv
Zachary T Welch
2009-11-13
1
-4
/
+4
*
mflash_gpio_num_t -> struct mflash_gpio_num
Zachary T Welch
2009-11-13
1
-8
/
+8
*
fileio_t -> struct fileio
Zachary T Welch
2009-11-13
1
-2
/
+2
*
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
2009-11-13
1
-6
/
+5
*
Overhaul time support API
Zachary T Welch
2009-11-09
1
-40
/
+34
*
Improve mflash.c command argument parsing.
Zachary T Welch
2009-11-05
1
-6
/
+9
*
another portability update
David Brownell
2009-10-14
1
-4
/
+4
*
Remove whitespace at end of lines, step 1.
zwelch
2009-06-23
1
-14
/
+14
*
Remove whitespace that occurs before ')'.
zwelch
2009-06-23
1
-3
/
+3
*
- Fixes '+' whitespace
zwelch
2009-06-23
1
-1
/
+1
*
- Fixes '=' whitespace
zwelch
2009-06-23
1
-3
/
+3
*
- Fixes '[+]=' whitespace
zwelch
2009-06-23
1
-1
/
+1
*
- Replace 'switch(' with 'switch ('.
zwelch
2009-06-23
1
-1
/
+1
*
- Replace 'if(' with 'if ('.
zwelch
2009-06-23
1
-2
/
+2
*
C99 printf() -Werror fixes
duane
2009-06-21
1
-19
/
+19
*
Transform 'u32' to 'uint32_t' in src/flash.
zwelch
2009-06-18
1
-30
/
+30
*
Transform 'u16' to 'uint16_t'
zwelch
2009-06-18
1
-4
/
+4
*
Transform 'u8' to 'uint8_t' in src/flash
zwelch
2009-06-18
1
-32
/
+32
*
unsik Kim <donari75@gmail.com>:
zwelch
2009-06-12
1
-191
/
+233
*
Add target_write_memory wrapper:
zwelch
2009-05-31
1
-2
/
+2
*
Add target_read_memory wrapper:
zwelch
2009-05-31
1
-3
/
+3
*
Fix potentialyl unaligned memory accesses in mflash driver.
zwelch
2009-05-27
1
-2
/
+3
*
unsik Kim <donari75@gmail.com>:
zwelch
2009-05-27
1
-23
/
+64
*
unsik Kim <donari75@gmail.com>:
zwelch
2009-05-27
1
-10
/
+449
*
unsik Kim <donari75@gmail.com>:
zwelch
2009-05-27
1
-12
/
+0
*
unsik Kim <donari75@gmail.com>:
zwelch
2009-05-27
1
-23
/
+5
*
unsik Kim <donari75@gmail.com>:
zwelch
2009-05-27
1
-13
/
+13
*
Consolidate target selection code into single get_target() that handles both ...
kc8apf
2009-05-18
1
-2
/
+2
*
Audit and eliminate redundant #include directives in src/flash sources.
zwelch
2009-05-11
1
-12
/
+3
*
Remove redundant sys/types.h #include directives (now in types.h).
zwelch
2009-05-11
1
-1
/
+0
*
Philippe Vachon <philippe@cowpig.ca> 64 bit host fixes
oharboe
2009-04-27
1
-4
/
+8
*
Holger Schurig <hs4233@mail.mn-solutions.de> fix warnings
oharboe
2009-02-18
1
-25
/
+0
*
- remove target specific variant and use target->variant member
ntfreak
2008-12-13
1
-75
/
+70
*
- update docs deprecated section to include links to new commands (if any)
ntfreak
2008-10-16
1
-876
/
+876
*
unsik Kim <donari75@gmail.com> - mflash support
oharboe
2008-10-16
1
-0
/
+876