From 5ca7cbe2d232fcaff32598af1ef5e962e704c004 Mon Sep 17 00:00:00 2001 From: Øyvind Harboe Date: Mon, 31 Jan 2011 12:32:07 +0100 Subject: stm32x: add support for STM32F20x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ready for wider testing and comments on basic erase + programming. Signed-off-by: Øyvind Harboe --- 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 42707e00..95bd313d 100644 --- a/src/flash/nor/Makefile.am +++ b/src/flash/nor/Makefile.am @@ -25,6 +25,7 @@ NOR_DRIVERS = \ stmsmi.c \ stellaris.c \ stm32x.c \ + stm32f2xxx.c \ str7x.c \ str9x.c \ str9xpec.c \ -- cgit v1.2.3