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
/
at91sam3.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2009-11-17
1
-15
/
+15
*
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
2009-11-17
1
-8
/
+8
*
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-17
1
-2
/
+2
*
#include "target.h" less wildly
David Brownell
2009-11-16
1
-1
/
+0
*
target: less implicit inclusion of "command.h"
David Brownell
2009-11-16
1
-1
/
+0
*
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
*
flash_bank_t -> struct flash_bank
Zachary T Welch
2009-11-13
1
-12
/
+12
*
target_t -> struct target
Zachary T Welch
2009-11-13
1
-3
/
+3
*
flash_driver_t -> struct flash_driver
Zachary T Welch
2009-11-13
1
-1
/
+1
*
use FLASH_BANK_COMMAND_HANDLER macro
Zachary T Welch
2009-11-13
1
-6
/
+1
*
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
2009-11-13
1
-6
/
+3
*
change argv to args in command handlers
Zachary T Welch
2009-11-11
1
-11
/
+11
*
flash/at91sam[37].c: remove useless declarations
Zachary T Welch
2009-11-09
1
-16
/
+13
*
Improve at91sam3.c command argument parsing.
Zachary T Welch
2009-11-05
1
-11
/
+6
*
Nico Coesel <ncoesel@dealogic.nl> fix warnings. . I'm wondering why these
oharboe
2009-09-23
1
-1
/
+1
*
- remove cygwin build warnings in at91sam3.c
ntfreak
2009-06-30
1
-3
/
+3
*
Fix doxygen warnings in new at91sam3 source file; normalize style.
zwelch
2009-06-30
1
-46
/
+37
*
Change from alloca() to malloc()
duane
2009-06-27
1
-14
/
+32
*
Fixes from Oleksandr Tymoshenko "gonzo@bluezbox.com"
duane
2009-06-25
1
-0
/
+1
*
Minor fixes to new at91sam3 files for x86-32/64 compilation problems.
zwelch
2009-06-24
1
-22
/
+49
*
Remove whitespace at end of lines, step 2.
zwelch
2009-06-24
1
-172
/
+172
*
- Replace '){' with ') {'.
zwelch
2009-06-24
1
-143
/
+143
*
Remove whitespace that occurs before ')'.
zwelch
2009-06-24
1
-335
/
+335
*
Remove whitespace that occurs after '('.
zwelch
2009-06-24
1
-321
/
+321
*
- Fixes '[|]' whitespace
zwelch
2009-06-24
1
-1
/
+1
*
- Fixes '+' whitespace
zwelch
2009-06-24
1
-3
/
+3
*
- Fixes '=' whitespace
zwelch
2009-06-24
1
-6
/
+6
*
- Fixes '==' whitespace
zwelch
2009-06-24
1
-1
/
+1
*
- Replace 'for(' with 'for ('.
zwelch
2009-06-24
1
-10
/
+10
*
- Replace 'switch(' with 'switch ('.
zwelch
2009-06-24
1
-6
/
+6
*
- Replace 'while(' with 'while ('.
zwelch
2009-06-24
1
-12
/
+12
*
- Replace 'if(' with 'if ('.
zwelch
2009-06-24
1
-115
/
+115
*
Fix end-of-line style properties on newly added files.
zwelch
2009-06-24
1
-0
/
+0
*
Add support for ATMEL AT91SAM3U - CortexM3 Family
duane
2009-06-24
1
-0
/
+2494