[Tinyos-2-commits] CVS: tinyos-2.x/doc/html tep107.html,1.9,1.10

Phil Levis scipio at users.sourceforge.net
Mon Feb 5 16:16:17 PST 2007


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

Modified Files:
	tep107.html 
Log Message:
MORE clarification.


Index: tep107.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/tep107.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** tep107.html	5 Feb 2007 20:10:19 -0000	1.9
--- tep107.html	6 Feb 2007 00:16:15 -0000	1.10
***************
*** 539,542 ****
--- 539,550 ----
  as LEDs are often needed during SoftwareInit initialization, they must
  be set up before it is invoked.</p>
+ <p>Note that not all code which meets some of these criteria is wired through
+ PlatformC. In particular, criterion 1 is typically necessary but not
+ sufficient to require PlatformC. For example, a timer system that
+ configures overflow and capture settings or  a UART stack that sets the
+ baud rate and transmission options can often be wired to SoftwareInit.
+ They are encapsulated abstractions which will not be invoked or
+ started until the boot event, and only need to be configured if the
+ system includes their functionality.</p>
  <p>Components whose initialization does not directly depend on hardware
  resources SHOULD wire to MainC.SoftwareInit. If a component requires a



More information about the Tinyos-2-commits mailing list