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
/
avrf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename flash and nand command helpers
Zachary T Welch
2009-11-19
1
-1
/
+1
*
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2009-11-17
1
-3
/
+3
*
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-17
1
-2
/
+2
*
flash_command_get_bank_by_num: make COMMAND_HELPER
Zachary T Welch
2009-11-16
1
-1
/
+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
-1
/
+1
*
flash_bank_t -> struct flash_bank
Zachary T Welch
2009-11-13
1
-9
/
+9
*
target_t -> struct target
Zachary T Welch
2009-11-13
1
-4
/
+4
*
avr_common_t -> struct avr_common
Zachary T Welch
2009-11-13
1
-10
/
+10
*
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
*
avrf_flash_bank_t -> struct avrf_flash_bank
Zachary T Welch
2009-11-13
1
-4
/
+4
*
avrf_type_t -> struct avrf_type
Zachary T Welch
2009-11-13
1
-3
/
+3
*
jtag_tap_t -> struct jtag_tap
Zachary T Welch
2009-11-13
1
-11
/
+11
*
use FLASH_BANK_COMMAND_HANDLER macro
Zachary T Welch
2009-11-13
1
-1
/
+1
*
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
2009-11-13
1
-1
/
+1
*
flash/<assorted>.c: remove useless declarations
Zachary T Welch
2009-11-09
1
-51
/
+38
*
Improve avrf.c command argument parsing.
Zachary T Welch
2009-11-05
1
-7
/
+4
*
Remove whitespace that occurs before ')'.
zwelch
2009-06-23
1
-2
/
+2
*
Remove whitespace that occurs after '('.
zwelch
2009-06-23
1
-2
/
+2
*
- Replace 'do{' with 'do {'.
zwelch
2009-06-23
1
-4
/
+4
*
- Replace 'while(' with 'while ('.
zwelch
2009-06-23
1
-3
/
+3
*
C99 printf() -Werror fixes
duane
2009-06-21
1
-11
/
+11
*
Transform 'u32' to 'uint32_t' in src/flash.
zwelch
2009-06-18
1
-13
/
+13
*
Transform 'u16' to 'uint16_t'
zwelch
2009-06-18
1
-2
/
+2
*
Transform 'u8' to 'uint8_t' in src/flash
zwelch
2009-06-18
1
-8
/
+8
*
David Brownell <david-b@pacbell.net>:
zwelch
2009-06-01
1
-54
/
+54
*
Audit and eliminate redundant #include directives in src/flash sources.
zwelch
2009-05-11
1
-8
/
+0
*
Piotr Esden-Tempski <piotr@esden.net> Mac OS X compile fixes
oharboe
2009-05-03
1
-4
/
+4
*
SimonQian <simonqian@simonqian.com> fix warnings(which stops compilation) and...
oharboe
2009-04-27
1
-500
/
+500
*
SimonQian <simonqian@simonqian.com> AVR wip
oharboe
2009-04-27
1
-0
/
+500