summaryrefslogtreecommitdiff
path: root/src/flash/faux.c
Commit message (Expand)AuthorAgeFilesLines
* move nor drivers to src/flash/norZachary T Welch2009-12-021-149/+0
* improve command handling examplesZachary T Welch2009-11-251-0/+12
* remove flash_driver->register_callbacksZachary T Welch2009-11-241-6/+0
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-2/+2
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* flash_bank_t -> struct flash_bankZachary T Welch2009-11-131-6/+6
* target_t -> struct targetZachary T Welch2009-11-131-1/+1
* flash_driver_t -> struct flash_driverZachary T Welch2009-11-131-1/+1
* flash_sector_t -> struct flash_sectorZachary T Welch2009-11-131-1/+1
* faux_flash_bank_t -> struct faux_flash_bankZachary T Welch2009-11-131-6/+6
* use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch2009-11-131-1/+1
* flash/<various>.c: remove useless declarationsZachary T Welch2009-11-091-24/+14
* Added the faux flash driver and target. Used for testing.Øyvind Harboe2009-10-201-0/+153