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
Commit message (
Expand
)
Author
Age
Files
Lines
*
David Brownell <david-b@pacbell.net>:
zwelch
2009-06-01
7
-578
/
+505
*
Whitespace-only updates to automake input files:
zwelch
2009-05-31
1
-9
/
+51
*
Add target_bulk_write_memory wrapper:
zwelch
2009-05-31
1
-2
/
+1
*
Add target_run_algorithm wrapper:
zwelch
2009-05-31
10
-11
/
+11
*
Add target_write_memory wrapper:
zwelch
2009-05-31
9
-81
/
+81
*
Add target_read_memory wrapper:
zwelch
2009-05-31
5
-16
/
+16
*
Add documentation to flash.h:
zwelch
2009-05-29
1
-12
/
+245
*
Fix potentialyl unaligned memory accesses in mflash driver.
zwelch
2009-05-27
1
-2
/
+3
*
unsik Kim <donari75@gmail.com>:
zwelch
2009-05-27
2
-23
/
+66
*
unsik Kim <donari75@gmail.com>:
zwelch
2009-05-27
2
-11
/
+501
*
unsik Kim <donari75@gmail.com>:
zwelch
2009-05-27
2
-14
/
+0
*
unsik Kim <donari75@gmail.com>:
zwelch
2009-05-27
2
-27
/
+5
*
unsik Kim <donari75@gmail.com>:
zwelch
2009-05-27
1
-13
/
+13
*
Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>
kc8apf
2009-05-25
1
-2
/
+4
*
David Brownell <david-b@pacbell.net>: minor davinci_nand bugfix
zwelch
2009-05-24
1
-2
/
+4
*
David Brownell <david-b@pacbell.net>:
zwelch
2009-05-24
1
-34
/
+75
*
David Brownell <david-b@pacbell.net>:
zwelch
2009-05-24
3
-1
/
+747
*
Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>
kc8apf
2009-05-22
1
-2
/
+20
*
Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>
kc8apf
2009-05-22
1
-2
/
+4
*
Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>
kc8apf
2009-05-22
1
-4
/
+4
*
Author: David Brownell <david-b@pacbell.net>
kc8apf
2009-05-22
1
-28
/
+3
*
David Brownell <david-b@pacbell.net>: This patch adds annotations to
zwelch
2009-05-21
2
-9
/
+12
*
David Brownell <david-b@pacbell.net> NAND: update ids, "nand list" bugfix
oharboe
2009-05-19
2
-4
/
+8
*
Consolidate target selection code into single get_target() that handles both ...
kc8apf
2009-05-18
6
-13
/
+13
*
Whitespace cleanup from David Brownell <david-b@pacbell.net>
kc8apf
2009-05-18
12
-343
/
+342
*
fix naming of at91sam7 driver
oharboe
2009-05-16
1
-2
/
+2
*
use TAP_INVALID enum instead of -1
oharboe
2009-05-14
1
-5
/
+5
*
- add missing svn props from svn 1768 commit
ntfreak
2009-05-12
1
-174
/
+174
*
4-bit ECC support for Marvell Kirkwood SOC
oharboe
2009-05-12
4
-2
/
+195
*
Audit and eliminate redundant #include directives in src/flash sources.
zwelch
2009-05-11
27
-243
/
+21
*
Audit and eliminate redundant #include directives in src/flash headers.
zwelch
2009-05-11
15
-17
/
+13
*
Remove redundant sys/types.h #include directives (now in types.h).
zwelch
2009-05-11
2
-2
/
+0
*
Extend autotools build to create shared library libopenocd with libtool:
zwelch
2009-05-10
1
-2
/
+2
*
Michael Fischer <fischermi@t-online.de> fix compile problems on Mac
oharboe
2009-05-08
1
-1
/
+1
*
in_handler in_check_mask and in_check_value now removed from field. Last big ...
oharboe
2009-05-08
1
-15
/
+15
*
Deleted at9sam7_old driver. Nobody has complained about the new one yet.
oharboe
2009-05-07
4
-1058
/
+2
*
Fix stm32x and pic32mx flash pointer cast alignment warnings, simplify their ...
zwelch
2009-05-07
2
-27
/
+17
*
remove unecessary setting of deprecated fields to NULL
oharboe
2009-05-06
1
-45
/
+45
*
retire out_mask - not used anywhere
oharboe
2009-05-06
1
-15
/
+15
*
Piotr Esden-Tempski <piotr@esden.net> Mac OS X compile fixes
oharboe
2009-05-03
1
-4
/
+4
*
Update autotools scripts to require automake 1.6. The configure.in script
zwelch
2009-05-02
1
-2
/
+5
*
Print out warning when LPC calc_checksum will cause verification to fail.
oharboe
2009-04-30
1
-0
/
+9
*
Fix signed/unsigned comparison.
zwelch
2009-04-30
1
-1
/
+1
*
no change
oharboe
2009-04-30
1
-62
/
+63
*
flash fillX now has a verify stage
oharboe
2009-04-30
1
-0
/
+16
*
Clear FLASH_SR error flags after flash errors to avoid reset befor further fl...
mlu
2009-04-29
1
-1
/
+10
*
Remove redundant declarations to allow building with -Wredundant-decls.
zwelch
2009-04-29
1
-1
/
+0
*
SimonQian <simonqian@simonqian.com> fix warnings(which stops compilation) and...
oharboe
2009-04-27
2
-539
/
+539
*
SimonQian <simonqian@simonqian.com> AVR wip
oharboe
2009-04-27
4
-2
/
+543
*
Philippe Vachon <philippe@cowpig.ca> 64 bit host fixes
oharboe
2009-04-27
1
-4
/
+8
[next]