| Commit message (Expand) | Author | Age | Files | Lines |
* | change #include "fileio.h" to <helper/fileio.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | fileio: improve API types | Zachary T Welch | 2009-11-16 | 1 | -1/+1 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | image_t -> struct image | Zachary T Welch | 2009-11-13 | 1 | -11/+11 |
* | image_elf_t -> struct image_elf | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | image_mot_t -> struct image_mot | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | image_memory_t -> struct image_memory | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | image_ihex_t -> struct image_ihex | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | image_binary_t -> struct image_binary | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | image_section_t -> struct image_section | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | fileio_t -> struct fileio | Zachary T Welch | 2009-11-13 | 1 | -4/+4 |
* | add const keyword to some APIs | Zachary T Welch | 2009-11-11 | 1 | -1/+1 |
* | src/target: remove 'extern' and wrap headers | Zachary T Welch | 2009-11-09 | 1 | -5/+9 |
* | bugfix: stack corruption loading IHex images | Franck HÉRÉSON | 2009-10-28 | 1 | -1/+1 |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes | oharboe | 2009-07-17 | 1 | -1/+1 |
* | Transform 'u32' to 'uint32_t' in src/target | zwelch | 2009-06-18 | 1 | -8/+8 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -7/+7 |
* | Audit and eliminate redundant #include directives in other target files. | zwelch | 2009-05-11 | 1 | -7/+2 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -6/+6 |
* | Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks... | oharboe | 2008-10-13 | 1 | -1/+1 |
* | - 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 |
* | - image.c and fileio.c now uses logging to propagate error strings. | oharboe | 2008-02-29 | 1 | -1/+0 |
* | - add verify_image command | ntfreak | 2007-10-22 | 1 | -0/+2 |
* | Patch by Michael Schwingen that | drath | 2007-09-05 | 1 | -1/+1 |
* | - renamed M5960 USB JTAG to "flyswatter" | drath | 2007-08-10 | 1 | -1/+3 |
* | - calculate cycles since last executed instruction when cycle-accurate tracin... | drath | 2007-07-31 | 1 | -1/+1 |
* | - motorola s19 file loader added | ntfreak | 2007-07-31 | 1 | -4/+8 |
* | - added mingw elf patches from Vincent Palatin | ntfreak | 2007-06-16 | 1 | -0/+7 |
* | - added support for pseudo image type "mem", currently only used for etm anal... | drath | 2007-06-15 | 1 | -1/+6 |
* | - added manpage for OpenOCD (thanks to Uwe Hermann) | drath | 2007-06-14 | 1 | -4/+2 |
* | - add support for ELF images (thanks to Vincent Palatin for this patch) | drath | 2007-05-31 | 1 | -1/+12 |
* | - reworked image handling to support multiple sections (tested with ihex file... | drath | 2007-05-30 | 1 | -8/+15 |
* | - add missing image handling files | drath | 2007-05-29 | 1 | -0/+79 |