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