| Commit message (Expand) | Author | Age | Files | Lines |
* | fileio: fileio_size() can now fail | Øyvind Harboe | 2010-09-29 | 1 | -4/+10 |
* | fileio: refactor struct fileio to be an opaque structure | Øyvind Harboe | 2010-09-29 | 1 | -4/+4 |
* | warnings: fix alignment warnings | Øyvind Harboe | 2010-09-20 | 1 | -2/+2 |
* | flash: fix shadow issues on Mac | Edgar Grimberg | 2010-06-22 | 1 | -4/+4 |
* | mflash: -Wshadow warning fix | Øyvind Harboe | 2010-06-16 | 1 | -3/+3 |
* | MFLASH: review scope of functions | Antonio Borneo | 2010-04-10 | 1 | -1/+1 |
* | MFLASH: help/usage updates | David Brownell | 2010-01-08 | 1 | -15/+18 |
* | MinGW build fixes | Freddie Chopin | 2009-12-28 | 1 | -2/+2 |
* | cygwin 1.7 build fixes | David Brownell | 2009-12-26 | 1 | -1/+2 |
* | misc code review updates | David Brownell | 2009-12-05 | 1 | -2/+4 |
* | change #include "target.h" to <target/target.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "time_support.h" to <helper/time_support.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "log.h" to <helper/log.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "fileio.h" to <helper/fileio.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | mflash: factor init to 'mflash init' | Zachary T Welch | 2009-12-02 | 1 | -0/+23 |
* | mflash: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -17/+54 |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -6/+6 |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 1 | -3/+3 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -17/+17 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -4/+4 |
* | fileio: improve API types | Zachary T Welch | 2009-11-16 | 1 | -2/+4 |
* | struct fileio: improve member types | Zachary T Welch | 2009-11-16 | 1 | -1/+1 |
* | #include "target.h" less wildly | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | command_t -> struct command | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -13/+13 |
* | mflash_bank_t -> struct mflash_bank | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | mg_drv_info_t -> struct mg_drv_info | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | mflash_gpio_drv_t -> struct mflash_gpio_drv | Zachary T Welch | 2009-11-13 | 1 | -4/+4 |
* | mflash_gpio_num_t -> struct mflash_gpio_num | Zachary T Welch | 2009-11-13 | 1 | -8/+8 |
* | fileio_t -> struct fileio | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -6/+5 |
* | Overhaul time support API | Zachary T Welch | 2009-11-09 | 1 | -40/+34 |
* | Improve mflash.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -6/+9 |
* | another portability update | David Brownell | 2009-10-14 | 1 | -4/+4 |
* | Remove whitespace at end of lines, step 1. | zwelch | 2009-06-23 | 1 | -14/+14 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '[+]=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Replace 'switch(' with 'switch ('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -2/+2 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -19/+19 |
* | Transform 'u32' to 'uint32_t' in src/flash. | zwelch | 2009-06-18 | 1 | -30/+30 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 1 | -4/+4 |
* | Transform 'u8' to 'uint8_t' in src/flash | zwelch | 2009-06-18 | 1 | -32/+32 |
* | unsik Kim <donari75@gmail.com>: | zwelch | 2009-06-12 | 1 | -191/+233 |
* | Add target_write_memory wrapper: | zwelch | 2009-05-31 | 1 | -2/+2 |
* | Add target_read_memory wrapper: | zwelch | 2009-05-31 | 1 | -3/+3 |
* | Fix potentialyl unaligned memory accesses in mflash driver. | zwelch | 2009-05-27 | 1 | -2/+3 |