git-svn-id: svn://svn.berlios.de/openocd/trunk@1540 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2009-04-27 10:32:13 +00:00
parent 18fd79e578
commit e784db4fdd
8 changed files with 934 additions and 4 deletions

View File

@@ -77,6 +77,7 @@ extern flash_driver_t ecosflash_flash;
extern flash_driver_t lpc288x_flash;
extern flash_driver_t ocl_flash;
extern flash_driver_t pic32mx_flash;
extern flash_driver_t avr_flash;
flash_driver_t *flash_drivers[] = {
&lpc2000_flash,
@@ -94,6 +95,7 @@ flash_driver_t *flash_drivers[] = {
&lpc288x_flash,
&ocl_flash,
&pic32mx_flash,
&avr_flash,
NULL,
};