From da8ce5f2e193b8637202d56c69b22a158a12e32a Mon Sep 17 00:00:00 2001 From: Clément Burin des Roziers Date: Fri, 16 Sep 2011 15:55:54 +0200 Subject: 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. --- src/flash/nor/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/flash/nor/Makefile.am') diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am index a9668262..d5832ca2 100644 --- a/src/flash/nor/Makefile.am +++ b/src/flash/nor/Makefile.am @@ -26,6 +26,7 @@ NOR_DRIVERS = \ stellaris.c \ stm32f1x.c \ stm32f2x.c \ + stm32lx.c \ str7x.c \ str9x.c \ str9xpec.c \ -- cgit v1.2.3-18-g5258