Karl RobinSod <karl.robinsod@gmail.com> added lpc288x support. Some work remaining, committing for test/collaboration purposes.

git-svn-id: svn://svn.berlios.de/openocd/trunk@597 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2008-04-20 19:21:27 +00:00
parent 6cf3f38acf
commit ae75056742
4 changed files with 610 additions and 2 deletions

View File

@@ -69,6 +69,7 @@ extern flash_driver_t str9xpec_flash;
extern flash_driver_t stm32x_flash;
extern flash_driver_t tms470_flash;
extern flash_driver_t ecosflash_flash;
extern flash_driver_t lpc288x_flash;
flash_driver_t *flash_drivers[] =
{
@@ -82,6 +83,7 @@ flash_driver_t *flash_drivers[] =
&stm32x_flash,
&tms470_flash,
&ecosflash_flash,
&lpc288x_flash,
NULL,
};