51 Commits (c79cca04bed78839a18e73f3996805eb8001a812)

Author SHA1 Message Date
  Zachary T Welch c79cca04be change #include "log.h" to <helper/log.h> 14 years ago
  Zachary T Welch 14ed20967f change #include "fileio.h" to <helper/fileio.h> 14 years ago
  Zachary T Welch 1de0b9d351 mflash: factor init to 'mflash init' 14 years ago
  Zachary T Welch 1bf7462edb mflash: use register_commands() 14 years ago
  Zachary T Welch 833e7f5248 use COMMAND_REGISTER macro 14 years ago
  Zachary T Welch 2861877b32 command_handler: change 'cmd_ctx' to CMD_CTX 14 years ago
  Zachary T Welch 23402315ce command_handler: change 'args' to CMD_ARGV 14 years ago
  Zachary T Welch 7bf1a86e47 command_handler: change to 'argc' to CMD_ARGC 14 years ago
  Zachary T Welch 51862bb98c fileio: improve API types 14 years ago
  Zachary T Welch 69df712d1d struct fileio: improve member types 14 years ago
  David Brownell b695cb7522 #include "target.h" less wildly 14 years ago
  Zachary T Welch ef746e27c5 command_t -> struct command 14 years ago
  Zachary T Welch 98723c4ecd command_context_t -> struct command_context 14 years ago
  Zachary T Welch 0f1163e823 target_t -> struct target 14 years ago
  Zachary T Welch 79338ec6c2 mflash_bank_t -> struct mflash_bank 14 years ago
  Zachary T Welch bb6b9988cb mg_drv_info_t -> struct mg_drv_info 14 years ago
  Zachary T Welch fc01dd6a13 mflash_gpio_drv_t -> struct mflash_gpio_drv 14 years ago
  Zachary T Welch a043632a52 mflash_gpio_num_t -> struct mflash_gpio_num 14 years ago
  Zachary T Welch 9f212b01be fileio_t -> struct fileio 14 years ago
  Zachary T Welch cfc4d5c6b7 use COMMAND_HANDLER macro to define all commands 14 years ago
  Zachary T Welch 2689f58f2a Overhaul time support API 14 years ago
  Zachary T Welch ee4723c494 Improve mflash.c command argument parsing. 14 years ago
  David Brownell a61b57a87f another portability update 14 years ago
  zwelch 2e77919853 Remove whitespace at end of lines, step 1. 15 years ago
  zwelch dc575dc5bf Remove whitespace that occurs before ')'. 15 years ago
  zwelch 8959de9f67 - Fixes '+' whitespace 15 years ago
  zwelch 84df52f9ea - Fixes '=' whitespace 15 years ago
  zwelch d61714f4d5 - Fixes '[+]=' whitespace 15 years ago
  zwelch 9af5e445b7 - Replace 'switch(' with 'switch ('. 15 years ago
  zwelch e43979e702 - Replace 'if(' with 'if ('. 15 years ago
  duane cbc3543247 C99 printf() -Werror fixes 15 years ago
  zwelch 1840226d55 Transform 'u32' to 'uint32_t' in src/flash. 15 years ago
  zwelch f876d5e9c7 Transform 'u16' to 'uint16_t' 15 years ago
  zwelch 310be8a838 Transform 'u8' to 'uint8_t' in src/flash 15 years ago
  zwelch a92cc405ac unsik Kim <donari75@gmail.com>: 15 years ago
  zwelch 95e13054ca Add target_write_memory wrapper: 15 years ago
  zwelch b6db182c00 Add target_read_memory wrapper: 15 years ago
  zwelch 19124a34f3 Fix potentialyl unaligned memory accesses in mflash driver. 15 years ago
  zwelch 3d79669c5e unsik Kim <donari75@gmail.com>: 15 years ago
  zwelch ee9766f1db unsik Kim <donari75@gmail.com>: 15 years ago
  zwelch d2089dbae0 unsik Kim <donari75@gmail.com>: 15 years ago
  zwelch 2caf8655b5 unsik Kim <donari75@gmail.com>: 15 years ago
  zwelch 5c478a2cab unsik Kim <donari75@gmail.com>: 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 fbcb57baf8 Audit and eliminate redundant #include directives in src/flash sources. 15 years ago
  zwelch 490e271290 Remove redundant sys/types.h #include directives (now in types.h). 15 years ago
  oharboe c34a854465 Philippe Vachon <philippe@cowpig.ca> 64 bit host fixes 15 years ago
  oharboe b7593457bc Holger Schurig <hs4233@mail.mn-solutions.de> fix warnings 15 years ago
  ntfreak 0cba0d4df3 - remove target specific variant and use target->variant member 15 years ago
  ntfreak 04fb21b28d - update docs deprecated section to include links to new commands (if any) 15 years ago