aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/drivers.c
diff options
context:
space:
mode:
authorClément Burin des Roziers <clement.burin-des-roziers@hikob.com>2011-09-16 15:55:54 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-10-03 18:42:39 +0200
commitda8ce5f2e193b8637202d56c69b22a158a12e32a (patch)
tree3e22065eb62a8879656c8e332aa7842ef5db3c82 /src/flash/nor/drivers.c
parenta17adf0601f66617f2203c6d4db168a8e8c55055 (diff)
STM32L: Added flash driver and target
Added the flash driver for the STM32L family, which highly differ from the STM32F family. Added the TCL target file for JTAG access.
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 a437d84e..6b0cc369 100644
--- a/src/flash/nor/drivers.c
+++ b/src/flash/nor/drivers.c
@@ -34,6 +34,7 @@ extern struct flash_driver stellaris_flash;
extern struct flash_driver str9xpec_flash;
extern struct flash_driver stm32f1x_flash;
extern struct flash_driver stm32f2x_flash;
+extern struct flash_driver stm32lx_flash;
extern struct flash_driver tms470_flash;
extern struct flash_driver ecosflash_flash;
extern struct flash_driver ocl_flash;
@@ -65,6 +66,7 @@ static struct flash_driver *flash_drivers[] = {
&str9xpec_flash,
&stm32f1x_flash,
&stm32f2x_flash,
+ &stm32lx_flash,
&tms470_flash,
&ecosflash_flash,
&ocl_flash,