Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -2/+2 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -1/+1 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | flash_bank_t -> struct flash_bank | Zachary T Welch | 2009-11-13 | 1 | -6/+6 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | flash_driver_t -> struct flash_driver | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | flash_sector_t -> struct flash_sector | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | faux_flash_bank_t -> struct faux_flash_bank | Zachary T Welch | 2009-11-13 | 1 | -6/+6 |
* | use FLASH_BANK_COMMAND_HANDLER macro | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | flash/<various>.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 1 | -24/+14 |
* | Added the faux flash driver and target. Used for testing. | Øyvind Harboe | 2009-10-20 | 1 | -0/+153 |