flash: add Nuvoton NUC910 series support

Not tested, adapted from http://tech.groups.yahoo.com/group/versaloon/message/391

Change-Id: Ic3273e64fd99bffab16764b06227e09a05d07c8f
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/1510
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-by: Nemui Trinomius <nemuisan_kawausogasuki@live.jp>
This commit is contained in:
Nemui Trinomius
2013-07-16 16:08:31 +01:00
committed by Spencer Oliver
parent 49d96b1b2e
commit 5871dd1bd0
3 changed files with 644 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ extern struct flash_driver kinetis_flash;
extern struct flash_driver efm32_flash;
extern struct flash_driver mdr_flash;
extern struct flash_driver mini51_flash;
extern struct flash_driver nuc1x_flash;
/**
* The list of built-in flash drivers.
@@ -88,6 +89,7 @@ static struct flash_driver *flash_drivers[] = {
&efm32_flash,
&mdr_flash,
&mini51_flash,
&nuc1x_flash,
NULL,
};