Added the faux flash driver and target. Used for testing.

This commit is contained in:
Øyvind Harboe
2009-10-20 12:22:55 +02:00
parent ad75639611
commit 79e257a209
5 changed files with 186 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ extern flash_driver_t ecosflash_flash;
extern flash_driver_t ocl_flash;
extern flash_driver_t pic32mx_flash;
extern flash_driver_t avr_flash;
extern flash_driver_t faux_flash;
flash_driver_t *flash_drivers[] = {
&lpc2000_flash,
@@ -83,6 +84,7 @@ flash_driver_t *flash_drivers[] = {
&ocl_flash,
&pic32mx_flash,
&avr_flash,
&faux_flash,
NULL,
};