[Tinyos-beta-commits] CVS: tinyos-1.x/beta/AT45DB/mica HPLAT45DBC.nc, NONE, 1.1

David Gay idgay at users.sourceforge.net
Fri Jan 21 16:26:33 PST 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/AT45DB/mica
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10862/mica

Added Files:
	HPLAT45DBC.nc 
Log Message:
a start on the new storage for the Atmel dataflash. In progress state
(status: the new HAL works as a replacement for PageEEPROMC).


--- NEW FILE: HPLAT45DBC.nc ---
configuration HPLAT45DBC {
  provides {
    interface StdControl;
    interface HPLAT45DB;
  }
}
implementation {
  components HPLAT45DBByte, HPLFlash;

  StdControl = HPLFlash;
  HPLAT45DB = HPLAT45DBByte;

  HPLAT45DBByte.FlashSPI -> HPLFlash;
  HPLAT45DBByte.FlashIdle -> HPLFlash;
  HPLAT45DBByte.getCompareStatus -> HPLFlash;
  HPLAT45DBByte.FlashSelect -> HPLFlash;
}



More information about the Tinyos-beta-commits mailing list