[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/mica
HplMicaAt45dbC.nc, NONE, 1.1.2.1
David Gay
idgay at users.sourceforge.net
Thu Dec 29 10:07:17 PST 2005
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/at45db At45dbRemap.nc,
NONE, 1.1.2.1 HalAt45db.h, NONE, 1.1.2.1 HalAt45db.nc, NONE,
1.1.2.1 HalAt45dbC.nc, NONE, 1.1.2.1 HalAt45dbP.nc, NONE,
1.1.2.1 HalAt45dbShareC.nc, NONE, 1.1.2.1 HplAt45db.h, NONE,
1.1.2.1 HplAt45db.nc, NONE, 1.1.2.1 HplAt45dbByteC.nc, NONE,
1.1.2.1 AT45Remap.nc, 1.1.2.1, NONE BlockRead.nc, 1.1.2.1,
NONE BlockStorage.h, 1.1.2.1, NONE BlockWrite.nc, 1.1.2.1,
NONE HALAT45DB.h, 1.1.2.1, NONE HALAT45DB.nc, 1.1.2.1,
NONE HALAT45DBC.nc, 1.1.2.1, NONE HALAT45DBM.nc, 1.1.2.1,
NONE HALAT45DBShare.nc, 1.1.2.1, NONE HPLAT45DB.h, 1.1.2.1,
NONE HPLAT45DB.nc, 1.1.2.1, NONE HPLAT45DBByte.nc, 1.1.2.1,
NONE Mount.nc, 1.1.2.1, NONE
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/mica2
HplMicaAt45dbIOC.nc, NONE, 1.1.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/mica
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24945
Added Files:
Tag: tinyos-2_0_devel-BRANCH
HplMicaAt45dbC.nc
Log Message:
at45db hpl
--- NEW FILE: HplMicaAt45dbC.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;
}
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/at45db At45dbRemap.nc,
NONE, 1.1.2.1 HalAt45db.h, NONE, 1.1.2.1 HalAt45db.nc, NONE,
1.1.2.1 HalAt45dbC.nc, NONE, 1.1.2.1 HalAt45dbP.nc, NONE,
1.1.2.1 HalAt45dbShareC.nc, NONE, 1.1.2.1 HplAt45db.h, NONE,
1.1.2.1 HplAt45db.nc, NONE, 1.1.2.1 HplAt45dbByteC.nc, NONE,
1.1.2.1 AT45Remap.nc, 1.1.2.1, NONE BlockRead.nc, 1.1.2.1,
NONE BlockStorage.h, 1.1.2.1, NONE BlockWrite.nc, 1.1.2.1,
NONE HALAT45DB.h, 1.1.2.1, NONE HALAT45DB.nc, 1.1.2.1,
NONE HALAT45DBC.nc, 1.1.2.1, NONE HALAT45DBM.nc, 1.1.2.1,
NONE HALAT45DBShare.nc, 1.1.2.1, NONE HPLAT45DB.h, 1.1.2.1,
NONE HPLAT45DB.nc, 1.1.2.1, NONE HPLAT45DBByte.nc, 1.1.2.1,
NONE Mount.nc, 1.1.2.1, NONE
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/mica2
HplMicaAt45dbIOC.nc, NONE, 1.1.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list