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
/
flash.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
John McCarthy <jgmcc@magma.ca> pic32mx flash wip
oharboe
2009-01-02
1
-1
/
+6
*
- remove target specific variant and use target->variant member
ntfreak
2008-12-13
1
-4
/
+0
*
- typo with flash bank help command
ntfreak
2008-12-11
1
-1
/
+1
*
ocd_flash_banks now returns empty list when no flash banks are configured ins...
oharboe
2008-11-07
1
-5
/
+0
*
ocd_flash_banks now returns empty list when no flash banks are configured ins...
oharboe
2008-11-07
1
-2
/
+2
*
Rick Altherr <kc8apf@kc8apf.net> - fix warnings
oharboe
2008-11-03
1
-1
/
+1
*
Rick Altherr <kc8apf@kc8apf.net> - fix flash write_bank output.
oharboe
2008-11-02
1
-1
/
+1
*
fix error handling in flash fill
oharboe
2008-10-16
1
-11
/
+7
*
removed autoerase from flash fillX
oharboe
2008-10-16
1
-23
/
+13
*
Laurentiu Cocanu - more error handling fixes
oharboe
2008-10-14
1
-8
/
+31
*
- convert spaces to tabs in at91sam7.[ch]
ntfreak
2008-09-27
1
-17
/
+15
*
Gheorghe Guran <roatlasro@yahoo.com> redone at91sam7 driver. Old driver sourc...
oharboe
2008-09-26
1
-18
/
+21
*
- renamed x7926 driver to aduc702x to match other flash drivers
ntfreak
2008-09-24
1
-2
/
+2
*
"marcel" <M.W.Wijlaars@tue.nl>,
oharboe
2008-09-24
1
-37
/
+39
*
- added myself to copyright on files i remember adding large contributions fo...
ntfreak
2008-09-20
1
-1
/
+4
*
Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> fix end of addres...
oharboe
2008-08-24
1
-1
/
+1
*
fixed error handling in flash bank.
oharboe
2008-08-19
1
-5
/
+6
*
fixed not halted error messages
oharboe
2008-08-17
1
-0
/
+2
*
Richard <news@muppet.plus.com> fixed bug in padding code
oharboe
2008-08-17
1
-5
/
+4
*
Duane Ellis: fix warnings
oharboe
2008-08-05
1
-1
/
+1
*
added yours sincerely for files where I feel that I've made non-trivial contr...
oharboe
2008-07-25
1
-0
/
+3
*
openocd@duaneellis.com fix naming confusion. Use ocd_ prefix for ocd API cons...
oharboe
2008-07-20
1
-1
/
+1
*
- fix incorrectly registered function openocd_array2mem
ntfreak
2008-07-18
1
-4
/
+2
*
Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs.
oharboe
2008-07-18
1
-7
/
+3
*
Charles Hardin <ckhardin@gmail.com> move jim into helper
oharboe
2008-07-17
1
-2
/
+1
*
Charles Hardin <ckhardin@gmail.com> and Øyvind Harboe
oharboe
2008-07-17
1
-1
/
+1
*
flash_banks now follow OpenOCD scripting API rules
oharboe
2008-07-16
1
-0
/
+5
*
"flash banks" is now implemented in Tcl on top of "flash_banks". openocd_thro...
oharboe
2008-07-09
1
-23
/
+0
*
added flash_banks low level command.
oharboe
2008-07-09
1
-0
/
+42
*
- moved flash erase_check target code to target.c
ntfreak
2008-05-27
1
-206
/
+52
*
flash_write will attempt to pad image sections
ntfreak
2008-05-27
1
-8
/
+28
*
Edgar Grimberg fixes some memory handling issues and
oharboe
2008-05-20
1
-0
/
+3
*
Close dangling file handle
oharboe
2008-04-24
1
-1
/
+1
*
Pavel Chromy's on chip flash loader
oharboe
2008-04-23
1
-0
/
+2
*
Karl RobinSod <karl.robinsod@gmail.com> added lpc288x support. Some work rema...
oharboe
2008-04-20
1
-0
/
+2
*
- flash.c change stricmp to strcmp
ntfreak
2008-04-19
1
-1
/
+1
*
retired auto_erase, added optional erase arg to flash write_image.
oharboe
2008-04-19
1
-25
/
+18
*
- Flash auto-erase is disabled by default
drath
2008-04-18
1
-2
/
+3
*
Enabled auto erase, gdb memory map and gdb flash programming by default.
oharboe
2008-04-18
1
-1
/
+2
*
added a couple of LOG_ERROR() messages to improve logfile.
oharboe
2008-04-08
1
-0
/
+3
*
- reverted some of the changes that possibly broke arm926ejs. Waiting
oharboe
2008-04-04
1
-10
/
+8
*
- Work on fixing erase check. Many implementations are plain broken.
oharboe
2008-04-03
1
-30
/
+234
*
fix flash info - now reports erased state properly
oharboe
2008-04-02
1
-1
/
+53
*
- fixes for jtag_khz committed.
oharboe
2008-04-01
1
-0
/
+116
*
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
2008-03-25
1
-15
/
+15
*
Pavel Chromy: memory leak in at91sam7 flash driver, possible incorrect pointe...
oharboe
2008-03-05
1
-5
/
+8
*
Bogus error message in GDB removed
oharboe
2008-03-04
1
-0
/
+11
*
- image.c and fileio.c now uses logging to propagate error strings.
oharboe
2008-02-29
1
-3
/
+0
*
Pavel Chromy: clarify error messages
oharboe
2008-02-29
1
-2
/
+2
*
Pavel Chromy - cleanup error messages
oharboe
2008-02-28
1
-37
/
+14
[next]