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
/
flash.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add support for naming flash banks
Zachary T Welch
2009-11-19
1
-2
/
+8
*
refactor handle_flash_bank_command
Zachary T Welch
2009-11-19
1
-17
/
+13
*
rename flash and nand command helpers
Zachary T Welch
2009-11-19
1
-4
/
+4
*
allow flash/nand banks commands to accept names
Zachary T Welch
2009-11-19
1
-2
/
+24
*
use COMMAND_PARSE_ON_OFF where appropriate
Zachary T Welch
2009-11-18
1
-7
/
+2
*
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2009-11-17
1
-29
/
+29
*
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
2009-11-17
1
-46
/
+46
*
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-17
1
-16
/
+16
*
fileio: improve API types
Zachary T Welch
2009-11-16
1
-2
/
+2
*
struct fileio: improve member types
Zachary T Welch
2009-11-16
1
-1
/
+1
*
flash_command_get_bank_by_num: make COMMAND_HELPER
Zachary T Welch
2009-11-16
1
-6
/
+6
*
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
*
flash_bank_t -> struct flash_bank
Zachary T Welch
2009-11-13
1
-31
/
+31
*
target_t -> struct target
Zachary T Welch
2009-11-13
1
-13
/
+13
*
image_t -> struct image
Zachary T Welch
2009-11-13
1
-4
/
+4
*
flash_driver_t -> struct flash_driver
Zachary T Welch
2009-11-13
1
-20
/
+20
*
fileio_t -> struct fileio
Zachary T Welch
2009-11-13
1
-1
/
+1
*
add CMD_NAME macro for command handlers
Zachary T Welch
2009-11-13
1
-1
/
+1
*
use CALL_COMMAND_HANDLER instead of direct calls
Zachary T Welch
2009-11-13
1
-1
/
+2
*
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
2009-11-13
1
-13
/
+11
*
add const keyword to some APIs
Zachary T Welch
2009-11-11
1
-1
/
+1
*
flash/flash.c: remove forward declarations
Zachary T Welch
2009-11-09
1
-57
/
+62
*
Overhaul time support API
Zachary T Welch
2009-11-09
1
-80
/
+37
*
Improve flash indentation.
Zachary T Welch
2009-11-06
1
-221
/
+210
*
Improve flash.c command argument parsing.
Zachary T Welch
2009-11-05
1
-68
/
+51
*
Add Flash/NAND bank command argument helpers.
Zachary T Welch
2009-11-05
1
-0
/
+17
*
Added the faux flash driver and target. Used for testing.
Øyvind Harboe
2009-10-20
1
-0
/
+2
*
Added 'unlock' option to flash write_image
Øyvind Harboe
2009-10-20
1
-14
/
+59
*
printf format warning fixes
David Brownell
2009-10-10
1
-5
/
+6
*
- fix build issue under win32 (cygwin/msys) from svn r2746
ntfreak
2009-09-22
1
-1
/
+1
*
Make it easier to erase or protect through to the end
dbrownell
2009-09-22
1
-36
/
+75
*
Rolf Meeser <rolfm_9dq@yahoo.de> adds flash support for NXP's LPC2900 family ...
oharboe
2009-09-16
1
-2
/
+4
*
David Brownell <david-b@pacbell.net> Remove duplicate check for flash write s...
oharboe
2009-08-30
1
-21
/
+19
*
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
2009-07-17
1
-1
/
+1
*
Remove at91sam3.h from flash.c; use extern like other drivers.
zwelch
2009-06-30
1
-1
/
+1
*
Add support for ATMEL AT91SAM3U - CortexM3 Family
duane
2009-06-24
1
-0
/
+2
*
Remove whitespace at end of lines, step 1.
zwelch
2009-06-23
1
-23
/
+23
*
Remove whitespace that occurs before ')'.
zwelch
2009-06-23
1
-4
/
+4
*
Remove whitespace that occurs after '('.
zwelch
2009-06-23
1
-3
/
+3
*
- Fixes '[<>]' whitespace
zwelch
2009-06-23
1
-2
/
+2
*
- Fixes '[|]' whitespace
zwelch
2009-06-23
1
-1
/
+1
*
- Fixes '+' whitespace
zwelch
2009-06-23
1
-1
/
+1
*
- Fixes '=' whitespace
zwelch
2009-06-23
1
-13
/
+13
*
- Fixes '==' whitespace
zwelch
2009-06-23
1
-2
/
+2
*
- Fixes '>>' whitespace
zwelch
2009-06-23
1
-2
/
+2
*
- Fixes '!=' whitespace
zwelch
2009-06-23
1
-5
/
+5
*
- Replace 'for(' with 'for ('.
zwelch
2009-06-23
1
-2
/
+2
*
- Replace 'switch(' with 'switch ('.
zwelch
2009-06-23
1
-2
/
+2
*
- Replace 'if(' with 'if ('.
zwelch
2009-06-23
1
-4
/
+4
[next]