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
/
at91sam7.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-2
/
+2
*
at91sam7_flash_bank_t -> struct at91sam7_flash_bank
Zachary T Welch
2009-11-13
1
-14
/
+14
*
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/at91sam[37].c: remove useless declarations
Zachary T Welch
2009-11-09
1
-37
/
+31
*
Improve at91sam7.c command argument parsing.
Zachary T Welch
2009-11-05
1
-20
/
+24
*
David Brownell <david-b@pacbell.net> start phasing out integers as target IDs
oharboe
2009-08-30
1
-18
/
+18
*
Remove whitespace at end of lines, step 1.
zwelch
2009-06-23
1
-21
/
+21
*
Remove whitespace that occurs before ')'.
zwelch
2009-06-23
1
-2
/
+2
*
Remove whitespace that occurs after '('.
zwelch
2009-06-23
1
-4
/
+4
*
- Fixes '[<>]' whitespace
zwelch
2009-06-23
1
-12
/
+12
*
- Fixes '[|]' whitespace
zwelch
2009-06-23
1
-3
/
+3
*
- Fixes '+' whitespace
zwelch
2009-06-23
1
-10
/
+10
*
- Fixes '=' whitespace
zwelch
2009-06-23
1
-15
/
+15
*
- 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
-21
/
+21
*
- Fixes '<=' whitespace
zwelch
2009-06-23
1
-2
/
+2
*
- Fixes '&&' whitespace
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
-14
/
+18
*
Transform 'u32' to 'uint32_t' in src/flash.
zwelch
2009-06-18
1
-29
/
+29
*
Transform 'u16' to 'uint16_t'
zwelch
2009-06-18
1
-15
/
+15
*
Transform 'u8' to 'uint8_t' in src/flash
zwelch
2009-06-18
1
-11
/
+11
*
Add target_write_memory wrapper:
zwelch
2009-05-31
1
-1
/
+1
*
Add target_read_memory wrapper:
zwelch
2009-05-31
1
-1
/
+1
*
fix naming of at91sam7 driver
oharboe
2009-05-16
1
-2
/
+2
*
Audit and eliminate redundant #include directives in src/flash sources.
zwelch
2009-05-11
1
-10
/
+0
*
Zach Welch <zw@superlucidity.net> fix at91sam7 uninitialized variable warnings
oharboe
2009-04-21
1
-5
/
+5
*
Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisons
oharboe
2009-04-19
1
-1
/
+2
*
The following patches was applied:
mifi
2009-04-18
1
-37
/
+39
*
Laurentiu Cocanu - memory read/write and exit() error path fixes
oharboe
2008-10-15
1
-1
/
+5
*
- at91sam7.c remove build warnings
ntfreak
2008-09-29
1
-1
/
+1
*
- convert spaces to tabs in at91sam7.[ch]
ntfreak
2008-09-27
1
-1027
/
+1021
*
Gheorghe Guran <roatlasro@yahoo.com> redone at91sam7 driver. Old driver sourc...
oharboe
2008-09-26
1
-826
/
+1085
*
search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.
oharboe
2008-08-19
1
-1
/
+1
*
fixed not halted error messages
oharboe
2008-08-17
1
-0
/
+5
*
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
2008-03-25
1
-23
/
+23
*
Pavel Chromy: memory leak in at91sam7 flash driver, possible incorrect pointe...
oharboe
2008-03-05
1
-103
/
+62
*
Pavel Chromy cleaned up checks for halted, error messages, etc.
oharboe
2008-02-28
1
-5
/
+20
*
dos2unix fix.
oharboe
2008-02-25
1
-974
/
+974
*
- using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of places
oharboe
2008-02-25
1
-2
/
+1
*
- "flash write_binary" is now "flash write_bank" to clarify the focus of the
oharboe
2008-02-25
1
-981
/
+976
*
- added patch to solve problem with AT91SAM7SE MCU have 3, rather than just 2...
mifi
2008-02-22
1
-3
/
+3
*
- added autoprobe functionality
mifi
2008-01-27
1
-0
/
+15
*
- add missing files from previous commit (tms470 flash driver)
ntfreak
2008-01-17
1
-16
/
+16
*
- Fixing two compiler warnings
mifi
2007-12-10
1
-1
/
+1
*
- Support for AT91SAM7xx512 chips
mlu
2007-08-20
1
-134
/
+231
*
- reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...
drath
2007-08-14
1
-11
/
+24
[next]