[Tinyos-2-commits] CVS: tinyos-2.x/doc/html tep115.html,1.11,1.12

Kevin Klues klueska at users.sourceforge.net
Wed Feb 20 09:34:57 PST 2008


Update of /cvsroot/tinyos/tinyos-2.x/doc/html
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv877/html

Modified Files:
	tep115.html 
Log Message:
Finalised version of tep115

Index: tep115.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/tep115.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** tep115.html	14 Sep 2007 22:45:30 -0000	1.11
--- tep115.html	20 Feb 2008 17:34:55 -0000	1.12
***************
*** 312,318 ****
  <tr class="field"><th class="docinfo-name">Draft-Created:</th><td class="field-body">11-Jan-2006</td>
  </tr>
! <tr class="field"><th class="docinfo-name">Draft-Version:</th><td class="field-body">1.7</td>
  </tr>
! <tr class="field"><th class="docinfo-name">Draft-Modified:</th><td class="field-body">2007-02-21</td>
  </tr>
  <tr class="field"><th class="docinfo-name">Draft-Discuss:</th><td class="field-body">TinyOS Developer List
--- 312,318 ----
  <tr class="field"><th class="docinfo-name">Draft-Created:</th><td class="field-body">11-Jan-2006</td>
  </tr>
! <tr class="field"><th class="docinfo-name">Draft-Version:</th><td class="field-body">1.8</td>
  </tr>
! <tr class="field"><th class="docinfo-name">Draft-Modified:</th><td class="field-body">2007-09-14</td>
  </tr>
  <tr class="field"><th class="docinfo-name">Draft-Discuss:</th><td class="field-body">TinyOS Developer List
***************
*** 791,797 ****
      interface Init;
      interface SplitControl;
!         interface Resource;
!         interface FlashCommands;
!         ...
    }
  }
--- 791,797 ----
      interface Init;
      interface SplitControl;
!     interface Resource;
!     interface FlashCommands;
!     ...
    }
  }
***************
*** 802,810 ****
  generic module PowerManagerC(uint8_t POWERDOWN_DELAY) {
    provides {
!         interface Init;
    }
    uses {
!         interface SplitControl;
!         interface ResourceDefaultOwner;
    }
  }
--- 802,810 ----
  generic module PowerManagerC(uint8_t POWERDOWN_DELAY) {
    provides {
!     interface Init;
    }
    uses {
!     interface SplitControl;
!     interface ResourceDefaultOwner;
    }
  }
***************
*** 817,829 ****
  configuration MyFlashC {
    provides {
!         interface Init;
!         interface Resource;
!         interface FlashCommands;
    }
  }
  implementation {
    components new PowerManagerC(MYFLASH_POWERDOWN_DELAY)
!       , FcfsArbiter(MYFLASH_RESOURCE)
!       , MyFlashP;
  
    Init = MyFlashP;
--- 817,829 ----
  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