[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/mica2dot
MotePlatformC.nc, NONE, 1.1.2.1
David Gay
idgay at users.sourceforge.net
Mon May 1 14:42:31 PDT 2006
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/mica2
BusyWaitMicroC.nc, 1.1.2.2, NONE
- Next message: [Tinyos-2-commits]
CVS: tinyos-2.x/tos/chips/atm128/i2c Atm128I2C.h, 1.1.2.3,
1.1.2.4 Atm128I2CMasterC.nc, 1.1.2.1,
1.1.2.2 Atm128I2CMasterP.nc, 1.1.2.1,
1.1.2.2 HplAtm128I2CBus.nc, 1.1.2.1,
1.1.2.2 HplAtm128I2CBusC.nc, 1.1.2.1,
1.1.2.2 HplAtm128I2CBusP.nc, 1.1.2.1, 1.1.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/mica2dot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3657
Added Files:
Tag: tinyos-2_0_devel-BRANCH
MotePlatformC.nc
Log Message:
mica2dot-specific initialisation
--- NEW FILE: MotePlatformC.nc ---
/* $Id: MotePlatformC.nc,v 1.1.2.1 2006/05/01 21:42:29 idgay Exp $
* Copyright (c) 2005 Intel Corporation
* All rights reserved.
*
* This file is distributed under the terms in the attached INTEL-LICENSE
* file. If you do not find these files, copies can be found by writing to
* Intel Research Berkeley, 2150 Shattuck Avenue, Suite 1300, Berkeley, CA,
* 94704. Attention: Intel License Inquiry.
*/
/**
* The portion of a mica-family initialisation that is mote-specific.
* For the mica2dot, we leave everything as inputs except as explicitly
* configured otherwise by other components.
*
* @author David Gay
*/
configuration MotePlatformC
{
provides interface Init as PlatformInit;
uses interface Init as SubInit;
}
implementation {
components HplCC1000InitP;
PlatformInit = HplCC1000InitP;
SubInit = PlatformInit;
}
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/mica2
BusyWaitMicroC.nc, 1.1.2.2, NONE
- Next message: [Tinyos-2-commits]
CVS: tinyos-2.x/tos/chips/atm128/i2c Atm128I2C.h, 1.1.2.3,
1.1.2.4 Atm128I2CMasterC.nc, 1.1.2.1,
1.1.2.2 Atm128I2CMasterP.nc, 1.1.2.1,
1.1.2.2 HplAtm128I2CBus.nc, 1.1.2.1,
1.1.2.2 HplAtm128I2CBusC.nc, 1.1.2.1,
1.1.2.2 HplAtm128I2CBusP.nc, 1.1.2.1, 1.1.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list