flash_bank_t -> struct flash_bank
[fw/openocd] / src / flash / faux.c
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.