From 4749a40821de2dcc88cc02d3b3ab5a5418e02c2e Mon Sep 17 00:00:00 2001 From: Erik Botö Date: Mon, 10 Jan 2011 19:13:52 +0100 Subject: Flash driver for em357 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hi, I took the stm32x NOR flash driver and adapted it for the Ember EM357 chip. This chip is very similar to em351 and stm32w so the driver should be easily extended to support those as well if anyone can get their hands on some of those for testing. changelog: Added NOR flash driver em357 Best regards, Erik Botö --- 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 e1028ff9..42707e00 100644 --- a/src/flash/nor/Makefile.am +++ b/src/flash/nor/Makefile.am @@ -14,6 +14,7 @@ NOR_DRIVERS = \ avrf.c \ cfi.c \ ecos.c \ + em357.c \ faux.c \ lpc2000.c \ lpc288x.c \ -- cgit v1.2.3-18-g5258