summaryrefslogtreecommitdiff
path: root/src/flash/nor/drivers.c
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2011-01-31 12:32:07 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-02-04 10:55:43 +0100
commit5ca7cbe2d232fcaff32598af1ef5e962e704c004 (patch)
treeec445005777a989b8b0ab61fcaa9f9d30db92a66 /src/flash/nor/drivers.c
parent75cdbff5aa93d93e414cb22d413f41fb38a076bb (diff)
downloadopenocd_libswd-5ca7cbe2d232fcaff32598af1ef5e962e704c004.tar.gz
openocd_libswd-5ca7cbe2d232fcaff32598af1ef5e962e704c004.tar.bz2
openocd_libswd-5ca7cbe2d232fcaff32598af1ef5e962e704c004.tar.xz
openocd_libswd-5ca7cbe2d232fcaff32598af1ef5e962e704c004.zip
stm32x: add support for STM32F20x
ready for wider testing and comments on basic erase + programming. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'src/flash/nor/drivers.c')
-rw-r--r--src/flash/nor/drivers.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/flash/nor/drivers.c b/src/flash/nor/drivers.c
index f4479f6c..5489419f 100644
--- a/src/flash/nor/drivers.c
+++ b/src/flash/nor/drivers.c
@@ -33,6 +33,7 @@ extern struct flash_driver aduc702x_flash;
extern struct flash_driver stellaris_flash;
extern struct flash_driver str9xpec_flash;
extern struct flash_driver stm32x_flash;
+extern struct flash_driver stm32xf2xxx_flash;
extern struct flash_driver tms470_flash;
extern struct flash_driver ecosflash_flash;
extern struct flash_driver ocl_flash;
@@ -60,6 +61,7 @@ static struct flash_driver *flash_drivers[] = {
&stellaris_flash,
&str9xpec_flash,
&stm32x_flash,
+ &stm32xf2xxx_flash,
&tms470_flash,
&ecosflash_flash,
&ocl_flash,