[Tinyos-2-commits] CVS: tinyos-2.x/doc/txt tep115.txt,1.8,1.9
Kevin Klues
klueska at users.sourceforge.net
Wed Feb 20 09:34:57 PST 2008
Update of /cvsroot/tinyos/tinyos-2.x/doc/txt
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv877/txt
Modified Files:
tep115.txt
Log Message:
Finalised version of tep115
Index: tep115.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/txt/tep115.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** tep115.txt 14 Sep 2007 22:45:30 -0000 1.8
--- tep115.txt 20 Feb 2008 17:34:55 -0000 1.9
***************
*** 486,492 ****
interface Init;
interface SplitControl;
! interface Resource;
! interface FlashCommands;
! ...
}
}
--- 486,492 ----
interface Init;
interface SplitControl;
! interface Resource;
! interface FlashCommands;
! ...
}
}
***************
*** 497,505 ****
generic module PowerManagerC(uint8_t POWERDOWN_DELAY) {
provides {
! interface Init;
}
uses {
! interface SplitControl;
! interface ResourceDefaultOwner;
}
}
--- 497,505 ----
generic module PowerManagerC(uint8_t POWERDOWN_DELAY) {
provides {
! interface Init;
}
uses {
! interface SplitControl;
! interface ResourceDefaultOwner;
}
}
***************
*** 512,524 ****
configuration MyFlashC {
provides {
! interface Init;
! interface Resource;
! interface FlashCommands;
}
}
implementation {
components new PowerManagerC(MYFLASH_POWERDOWN_DELAY)
! , FcfsArbiter(MYFLASH_RESOURCE)
! , MyFlashP;
Init = MyFlashP;
--- 512,524 ----
configuration MyFlashC {
provides {
! interface Init;
! interface Resource;
! interface FlashCommands;
}
}
implementation {
components new PowerManagerC(MYFLASH_POWERDOWN_DELAY)
! , FcfsArbiter(MYFLASH_RESOURCE)
! , MyFlashP;
Init = MyFlashP;
More information about the Tinyos-2-commits
mailing list