aboutsummaryrefslogtreecommitdiff
path: root/src/target/image.h
AgeCommit message (Expand)Author
2009-11-13fileio_t -> struct fileioZachary T Welch
2009-11-11add const keyword to some APIsZachary T Welch
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch
2009-10-28bugfix: stack corruption loading IHex imagesFranck HÉRÉSON
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-10-13Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...oharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-02-29- image.c and fileio.c now uses logging to propagate error strings.oharboe
2007-10-22- add verify_image commandntfreak
2007-09-05Patch by Michael Schwingen thatdrath
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath
2007-07-31- calculate cycles since last executed instruction when cycle-accurate tracin...drath
2007-07-31- motorola s19 file loader addedntfreak
2007-06-16- added mingw elf patches from Vincent Palatinntfreak
2007-06-15- added support for pseudo image type "mem", currently only used for etm anal...drath
2007-06-14- added manpage for OpenOCD (thanks to Uwe Hermann)drath
2007-05-31- add support for ELF images (thanks to Vincent Palatin for this patch)drath
2007-05-30- reworked image handling to support multiple sections (tested with ihex file...drath
2007-05-29- add missing image handling filesdrath