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
/
faux.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
improve command handling examples
Zachary T Welch
2009-11-25
1
-0
/
+12
*
remove flash_driver->register_callbacks
Zachary T Welch
2009-11-24
1
-6
/
+0
*
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
2009-11-17
1
-2
/
+2
*
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-17
1
-1
/
+1
*
command_context_t -> struct command_context
Zachary T Welch
2009-11-13
1
-1
/
+1
*
flash_bank_t -> struct flash_bank
Zachary T Welch
2009-11-13
1
-6
/
+6
*
target_t -> struct target
Zachary T Welch
2009-11-13
1
-1
/
+1
*
flash_driver_t -> struct flash_driver
Zachary T Welch
2009-11-13
1
-1
/
+1
*
flash_sector_t -> struct flash_sector
Zachary T Welch
2009-11-13
1
-1
/
+1
*
faux_flash_bank_t -> struct faux_flash_bank
Zachary T Welch
2009-11-13
1
-6
/
+6
*
use FLASH_BANK_COMMAND_HANDLER macro
Zachary T Welch
2009-11-13
1
-1
/
+1
*
flash/<various>.c: remove useless declarations
Zachary T Welch
2009-11-09
1
-24
/
+14
*
Added the faux flash driver and target. Used for testing.
Øyvind Harboe
2009-10-20
1
-0
/
+153