Flash driver for em357

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ö
This commit is contained in:
Erik Botö
2011-01-10 19:13:52 +01:00
committed by Øyvind Harboe
parent 5b1efd0176
commit 4749a40821
3 changed files with 980 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ NOR_DRIVERS = \
avrf.c \
cfi.c \
ecos.c \
em357.c \
faux.c \
lpc2000.c \
lpc288x.c \