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.
This commit is contained in:
Clément Burin des Roziers
2011-09-16 15:55:54 +02:00
committed by Øyvind Harboe
parent a17adf0601
commit da8ce5f2e1
5 changed files with 1117 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ NOR_DRIVERS = \
stellaris.c \
stm32f1x.c \
stm32f2x.c \
stm32lx.c \
str7x.c \
str9x.c \
str9xpec.c \