From 32ed04c7e1435b8019974ac0671a6896e2786f31 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Tue, 12 Jan 2010 23:51:26 +0100 Subject: digital/avr/modules/flash: flash sst driver Modify flash source code to initialise the SPI interface and detect the flash type using JDEC. Once the JDEC is read the flash driver initialise functions pointers to pilot the flash memory. The final objective is to have several flash support. --- digital/avr/modules/flash/Makefile.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'digital/avr/modules/flash/Makefile.module') diff --git a/digital/avr/modules/flash/Makefile.module b/digital/avr/modules/flash/Makefile.module index e9ec103c..07eed434 100644 --- a/digital/avr/modules/flash/Makefile.module +++ b/digital/avr/modules/flash/Makefile.module @@ -1 +1,2 @@ -flash_SOURCES=flash.avr.c flash.host.c flash.c flash_io.host.c +flash_SOURCES=flash.avr.c flash.host.c flash.c flash_io.host.c \ + flash_sst.avr.c flash_sst.host.c flash_sst.c -- cgit v1.2.3