[Tinyos-2-commits] CVS: tinyos-2.x/doc/txt tep102.txt,1.10,1.11

David Gay idgay at users.sourceforge.net
Wed Sep 5 10:30:33 PDT 2007


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

Modified Files:
	tep102.txt 
Log Message:
more precision clarity


Index: tep102.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/txt/tep102.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** tep102.txt	11 Jun 2007 20:42:35 -0000	1.10
--- tep102.txt	5 Sep 2007 17:30:31 -0000	1.11
***************
*** 401,408 ****
  ====================================================================
  
! The following component MUST be provided on all platforms::
    HilTimerMilliC
    BusyWaitMicroC
  
  HilTimerMilliC
  --------------------------------------------------------------------
--- 401,415 ----
  ====================================================================
  
! The following component MUST be provided on all platforms
! ::
! 
    HilTimerMilliC
    BusyWaitMicroC
  
+ Both of these components use "binary" units, i.e., 1/1024s for
+ HilTimerMilliC and 1/1048576s for BusyWaitMicroC. Components using
+ other precisions (e.g., regular, non-binary milliseconds) MAY also be
+ provided.
+ 
  HilTimerMilliC
  --------------------------------------------------------------------



More information about the Tinyos-2-commits mailing list