aboutsummaryrefslogtreecommitdiff
path: root/src/flash/faux.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-02move nor drivers to src/flash/norZachary T Welch1-149/+0
2009-11-25improve command handling examplesZachary T Welch1-0/+12
2009-11-24remove flash_driver->register_callbacksZachary T Welch1-6/+0
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-2/+2
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13flash_bank_t -> struct flash_bankZachary T Welch1-6/+6
2009-11-13target_t -> struct targetZachary T Welch1-1/+1
2009-11-13flash_driver_t -> struct flash_driverZachary T Welch1-1/+1
2009-11-13flash_sector_t -> struct flash_sectorZachary T Welch1-1/+1
2009-11-13faux_flash_bank_t -> struct faux_flash_bankZachary T Welch1-6/+6
2009-11-13use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch1-1/+1
2009-11-09flash/<various>.c: remove useless declarationsZachary T Welch1-24/+14
2009-10-20Added the faux flash driver and target. Used for testing.Øyvind Harboe1-0/+153