summaryrefslogtreecommitdiff
path: root/src/target/image.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of typos.Uwe Hermann2011-03-171-1/+1
* fileio: fileio_size() can now failØyvind Harboe2010-09-291-3/+22
* fileio: refactor struct fileio to be an opaque structureØyvind Harboe2010-09-291-3/+3
* image: fix spelling mistakeØyvind Harboe2010-09-271-11/+11
* change #include "log.h" to <helper/log.h>Zachary T Welch2009-12-031-1/+1
* embedded: do not allocate large temporary structures on stackØyvind Harboe2009-11-221-6/+61
* embedded: save stackØyvind Harboe2009-11-221-9/+15
* fileio: improve API typesZachary T Welch2009-11-161-7/+7
* target_t -> struct targetZachary T Welch2009-11-131-1/+1
* image_t -> struct imageZachary T Welch2009-11-131-19/+19
* image_elf_t -> struct image_elfZachary T Welch2009-11-131-5/+5
* image_mot_t -> struct image_motZachary T Welch2009-11-131-4/+4
* image_memory_t -> struct image_memoryZachary T Welch2009-11-131-4/+4
* image_ihex_t -> struct image_ihexZachary T Welch2009-11-131-4/+4
* image_binary_t -> struct image_binaryZachary T Welch2009-11-131-4/+4
* image_section_t -> struct image_sectionZachary T Welch2009-11-131-9/+9
* fileio_t -> struct fileioZachary T Welch2009-11-131-3/+3
* add const keyword to some APIsZachary T Welch2009-11-111-3/+3
* bugfix: stack corruption loading IHex imagesFranck HÉRÉSON2009-10-281-0/+21
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Remove whitespace that occurs before ')'.zwelch2009-06-231-3/+3
* Remove whitespace that occurs after '('.zwelch2009-06-231-2/+2
* - Fixes '[<>]' whitespacezwelch2009-06-231-5/+5
* - Fixes '+' whitespacezwelch2009-06-231-2/+2
* - Fixes '=' whitespacezwelch2009-06-231-9/+9
* - Fixes '==' whitespacezwelch2009-06-231-5/+5
* - Fixes '&&' whitespacezwelch2009-06-231-1/+1
* - Fixes '[+]=' whitespacezwelch2009-06-231-1/+1
* - Fixes '!=' whitespacezwelch2009-06-231-4/+4
* - Fixes '-=' whitespacezwelch2009-06-231-1/+1
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-3/+3
* C99 printf() -Werror fixesduane2009-06-211-15/+15
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-29/+29
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-2/+2
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-49/+49
* Consolidate target selection code into single get_target() that handles both ...kc8apf2009-05-181-3/+4
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-11/+1
* Fix pointer cast alignment warnings in target/image.c.zwelch2009-05-061-2/+6
* Add static keywords to core target source file data and functions.zwelch2009-04-301-5/+5
* - remove target specific variant and use target->variant memberntfreak2008-12-131-12/+9
* error checking - no reported errors, but catched a couple of exit()'s and con...oharboe2008-11-191-1/+8
* Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...oharboe2008-10-131-3/+1
* better keep_alive() handlingoharboe2008-10-061-18/+24
* GDB alive fixes for verify_imageoharboe2008-10-031-98/+102
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+4
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* Edgar Grimberg fixes some memory handling issues andoharboe2008-05-201-0/+11
* Close dangling file handleoharboe2008-04-241-6/+10
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-25/+25