67 Commits (6b1eeb92fe603c2a3d8d04f299aa1318d2ad4b36)

Author SHA1 Message Date
  Zachary T Welch c79cca04be change #include "log.h" to <helper/log.h> 14 years ago
  Øyvind Harboe 964c3639e2 embedded: do not allocate large temporary structures on stack 14 years ago
  Øyvind Harboe 31da0003dc embedded: save stack 14 years ago
  Zachary T Welch 51862bb98c fileio: improve API types 14 years ago
  Zachary T Welch 0f1163e823 target_t -> struct target 14 years ago
  Zachary T Welch dfecfd5fd4 image_t -> struct image 14 years ago
  Zachary T Welch d90063ffc5 image_elf_t -> struct image_elf 14 years ago
  Zachary T Welch ef36a7fb3b image_mot_t -> struct image_mot 14 years ago
  Zachary T Welch b154972bdb image_memory_t -> struct image_memory 14 years ago
  Zachary T Welch 1a4ff43a7c image_ihex_t -> struct image_ihex 14 years ago
  Zachary T Welch a87faf5b66 image_binary_t -> struct image_binary 14 years ago
  Zachary T Welch 24df46d067 image_section_t -> struct image_section 14 years ago
  Zachary T Welch 9f212b01be fileio_t -> struct fileio 14 years ago
  Zachary T Welch ca594adb5a add const keyword to some APIs 14 years ago
  Franck HÉRÉSON 053a763aa6 bugfix: stack corruption loading IHex images 14 years ago
  oharboe 8b994145b8 Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes 15 years ago
  zwelch dc575dc5bf Remove whitespace that occurs before ')'. 15 years ago
  zwelch f90d8fa45f Remove whitespace that occurs after '('. 15 years ago
  zwelch 6d1d58a1fc - Fixes '[<>]' whitespace 15 years ago
  zwelch 8959de9f67 - Fixes '+' whitespace 15 years ago
  zwelch 84df52f9ea - Fixes '=' whitespace 15 years ago
  zwelch 3813fda44a - Fixes '==' whitespace 15 years ago
  zwelch 128a733428 - Fixes '&&' whitespace 15 years ago
  zwelch d61714f4d5 - Fixes '[+]=' whitespace 15 years ago
  zwelch 53d605e12c - Fixes '!=' whitespace 15 years ago
  zwelch 5e98c71436 - Fixes '-=' whitespace 15 years ago
  zwelch 9af5e445b7 - Replace 'switch(' with 'switch ('. 15 years ago
  zwelch e43979e702 - Replace 'if(' with 'if ('. 15 years ago
  duane 6e2bdc3e68 C99 printf() -Werror fixes 15 years ago
  zwelch 3c2eabd20f Transform 'u32' to 'uint32_t' in src/target 15 years ago
  zwelch f876d5e9c7 Transform 'u16' to 'uint16_t' 15 years ago
  zwelch 86173cdbdd Transform 'u8' to 'uint8_t' in src/target 15 years ago
  kc8apf c977616cda Consolidate target selection code into single get_target() that handles both names and numbers. Provided by David Brownell <david-b@pacbell.net> 15 years ago
  zwelch 56504fdd73 Audit and eliminate redundant #include directives in other target files. 15 years ago
  zwelch 5f45a3d1df Fix pointer cast alignment warnings in target/image.c. 15 years ago
  zwelch 8c1ec4f0e1 Add static keywords to core target source file data and functions. 15 years ago
  ntfreak 0cba0d4df3 - remove target specific variant and use target->variant member 15 years ago
  oharboe cb434c21af error checking - no reported errors, but catched a couple of exit()'s and converted them to errors. 15 years ago
  oharboe 0a3b6213bb Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks mostly to src/target/target.c 15 years ago
  oharboe 7b369df52c better keep_alive() handling 15 years ago
  oharboe 316c9b9698 GDB alive fixes for verify_image 15 years ago
  ntfreak 68c598e88d - added myself to copyright on files i remember adding large contributions for over the years 16 years ago
  oharboe 526fe3d83e added yours sincerely for files where I feel that I've made non-trivial contributions. 16 years ago
  oharboe 0485363c45 Edgar Grimberg fixes some memory handling issues and 16 years ago
  oharboe 9334cd451b Close dangling file handle 16 years ago
  ntfreak d47e1b8f36 - rename log functions to stop conflicts under win32 (wingdi) 16 years ago
  vpalatin a3f35e348e - fix cross endian ELF loading 16 years ago
  ntfreak 984e9f0e44 - The elf loader incorrectly assumed that the program header always follows the ELF header. (Thanks Michael Bruck) 16 years ago
  oharboe 219b7f30b9 - image.c and fileio.c now uses logging to propagate error strings. 16 years ago
  ntfreak 8d6292d9a0 fixed incorrect elf segment size - Thanks Øyvind Harboe 16 years ago