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

@@ -148,7 +148,7 @@ static int ecosflash_flash_bank_command(struct command_context_s *cmd_ctx, char
info->driverPath = strdup(args[6]);
/* eCos flash sector sizes are not exposed to OpenOCD, use 0x10000 as
* a way to improve impeadance matach between OpenOCD and eCos flash
* a way to improve impedance match between OpenOCD and eCos flash
* driver.
*/
int i = 0;