move nand drivers to src/flash/nand/
[fw/openocd] / src / flash / faux.c
2009-11-25 Zachary T Welchimprove command handling examples
2009-11-25 Zachary T Welchremove flash_driver->register_callbacks
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchflash_bank_t -> struct flash_bank
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchflash_driver_t -> struct flash_driver
2009-11-13 Zachary T Welchflash_sector_t -> struct flash_sector
2009-11-13 Zachary T Welchfaux_flash_bank_t -> struct faux_flash_bank
2009-11-13 Zachary T Welchuse FLASH_BANK_COMMAND_HANDLER macro
2009-11-10 Zachary T Welchflash/<various>.c: remove useless declarations
2009-10-20 Øyvind HarboeAdded the faux flash driver and target. Used for testing.