[Tinyos-beta-commits]
CVS: tinyos-1.x/beta/teps/txt tep101.txt, 1.6, 1.7
Jan-Hinrich Hauer
janhauer at users.sourceforge.net
Thu May 26 11:10:17 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/beta/teps/txt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17933/beta/teps/txt
Modified Files:
tep101.txt
Log Message:
Removed interface StdControl from HAL1 for msp430, as we don't need it for Power Management.
Index: tep101.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/teps/txt/tep101.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** tep101.txt 25 May 2005 02:46:52 -0000 1.6
--- tep101.txt 26 May 2005 18:10:09 -0000 1.7
***************
*** 272,277 ****
configuration MSP430ADC12C
{
! //provides interface Init;
! //provides interface StdControl;
provides interface Resource[uint8_t client];
provides interface MSP430ADC12SingleChannel as SingleChannel[uint8_t id];
--- 272,276 ----
configuration MSP430ADC12C
{
! provides interface Init;
provides interface Resource[uint8_t client];
provides interface MSP430ADC12SingleChannel as SingleChannel[uint8_t id];
***************
*** 465,469 ****
interface AcquireDataBuffered[uint8_t port];
}
- }
}
implementation {
--- 464,467 ----
***************
*** 471,475 ****
Init = MSP430ADC12C;
- StdControl = MSP430ADC12C;
Resource = MSP430ADC12C;
AcquireData = ADCM;
--- 469,472 ----
More information about the Tinyos-beta-commits
mailing list