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
/
target
/
image.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bunch of typos.
Uwe Hermann
2011-03-17
1
-1
/
+1
*
fileio: fileio_size() can now fail
Øyvind Harboe
2010-09-29
1
-3
/
+22
*
fileio: refactor struct fileio to be an opaque structure
Øyvind Harboe
2010-09-29
1
-3
/
+3
*
image: fix spelling mistake
Øyvind Harboe
2010-09-27
1
-11
/
+11
*
change #include "log.h" to <helper/log.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
embedded: do not allocate large temporary structures on stack
Øyvind Harboe
2009-11-22
1
-6
/
+61
*
embedded: save stack
Øyvind Harboe
2009-11-22
1
-9
/
+15
*
fileio: improve API types
Zachary T Welch
2009-11-16
1
-7
/
+7
*
target_t -> struct target
Zachary T Welch
2009-11-13
1
-1
/
+1
*
image_t -> struct image
Zachary T Welch
2009-11-13
1
-19
/
+19
*
image_elf_t -> struct image_elf
Zachary T Welch
2009-11-13
1
-5
/
+5
*
image_mot_t -> struct image_mot
Zachary T Welch
2009-11-13
1
-4
/
+4
*
image_memory_t -> struct image_memory
Zachary T Welch
2009-11-13
1
-4
/
+4
*
image_ihex_t -> struct image_ihex
Zachary T Welch
2009-11-13
1
-4
/
+4
*
image_binary_t -> struct image_binary
Zachary T Welch
2009-11-13
1
-4
/
+4
*
image_section_t -> struct image_section
Zachary T Welch
2009-11-13
1
-9
/
+9
*
fileio_t -> struct fileio
Zachary T Welch
2009-11-13
1
-3
/
+3
*
add const keyword to some APIs
Zachary T Welch
2009-11-11
1
-3
/
+3
*
bugfix: stack corruption loading IHex images
Franck HÉRÉSON
2009-10-28
1
-0
/
+21
*
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
2009-07-17
1
-1
/
+1
*
Remove whitespace that occurs before ')'.
zwelch
2009-06-23
1
-3
/
+3
*
Remove whitespace that occurs after '('.
zwelch
2009-06-23
1
-2
/
+2
*
- Fixes '[<>]' whitespace
zwelch
2009-06-23
1
-5
/
+5
*
- Fixes '+' whitespace
zwelch
2009-06-23
1
-2
/
+2
*
- Fixes '=' whitespace
zwelch
2009-06-23
1
-9
/
+9
*
- Fixes '==' whitespace
zwelch
2009-06-23
1
-5
/
+5
*
- 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
-4
/
+4
*
- Fixes '-=' whitespace
zwelch
2009-06-23
1
-1
/
+1
*
- Replace 'switch(' with 'switch ('.
zwelch
2009-06-23
1
-1
/
+1
*
- Replace 'if(' with 'if ('.
zwelch
2009-06-23
1
-3
/
+3
*
C99 printf() -Werror fixes
duane
2009-06-21
1
-15
/
+15
*
Transform 'u32' to 'uint32_t' in src/target
zwelch
2009-06-18
1
-29
/
+29
*
Transform 'u16' to 'uint16_t'
zwelch
2009-06-18
1
-2
/
+2
*
Transform 'u8' to 'uint8_t' in src/target
zwelch
2009-06-18
1
-49
/
+49
*
Consolidate target selection code into single get_target() that handles both ...
kc8apf
2009-05-18
1
-3
/
+4
*
Audit and eliminate redundant #include directives in other target files.
zwelch
2009-05-11
1
-11
/
+1
*
Fix pointer cast alignment warnings in target/image.c.
zwelch
2009-05-06
1
-2
/
+6
*
Add static keywords to core target source file data and functions.
zwelch
2009-04-30
1
-5
/
+5
*
- remove target specific variant and use target->variant member
ntfreak
2008-12-13
1
-12
/
+9
*
error checking - no reported errors, but catched a couple of exit()'s and con...
oharboe
2008-11-19
1
-1
/
+8
*
Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...
oharboe
2008-10-13
1
-3
/
+1
*
better keep_alive() handling
oharboe
2008-10-06
1
-18
/
+24
*
GDB alive fixes for verify_image
oharboe
2008-10-03
1
-98
/
+102
*
- added myself to copyright on files i remember adding large contributions fo...
ntfreak
2008-09-20
1
-1
/
+4
*
added yours sincerely for files where I feel that I've made non-trivial contr...
oharboe
2008-07-25
1
-0
/
+3
*
Edgar Grimberg fixes some memory handling issues and
oharboe
2008-05-20
1
-0
/
+11
*
Close dangling file handle
oharboe
2008-04-24
1
-6
/
+10
*
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
2008-03-25
1
-25
/
+25
[next]