]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
more precision clarity
authoridgay <idgay>
Wed, 5 Sep 2007 17:30:31 +0000 (17:30 +0000)
committeridgay <idgay>
Wed, 5 Sep 2007 17:30:31 +0000 (17:30 +0000)
doc/html/tep102.html
doc/pdf/tep102.pdf
doc/txt/tep102.txt

index 7d411fb881016a337c8c4d3f134d3f6baedff2d2..055be3506a88067f5962994144f48e4f4a7963cc 100644 (file)
@@ -656,11 +656,15 @@ together.</p>
 </div>
 <div class="section">
 <h1><a id="hil-requirements" name="hil-requirements">4. HIL requirements</a></h1>
-<dl class="docutils">
-<dt>The following component MUST be provided on all platforms::</dt>
-<dd>HilTimerMilliC
-BusyWaitMicroC</dd>
-</dl>
+<p>The following component MUST be provided on all platforms</p>
+<pre class="literal-block">
+HilTimerMilliC
+BusyWaitMicroC
+</pre>
+<p>Both of these components use &quot;binary&quot; 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.</p>
 <div class="section">
 <h2><a id="hiltimermillic" name="hiltimermillic">HilTimerMilliC</a></h2>
 <pre class="literal-block">
index 9a4df4c8eb400158a12be3f315612c1539352fe5..6aa86b452afd6852c07687618fa4df9185ba4768 100644 (file)
Binary files a/doc/pdf/tep102.pdf and b/doc/pdf/tep102.pdf differ
index 2aa5414a5250fffa7ba25ccc95f9a3046d7a5123..fc341f681122e2cd6a345f5b63069d42aee9b983 100644 (file)
@@ -400,10 +400,17 @@ together.
 4. HIL requirements
 ====================================================================
 
-The following component MUST be provided on all platforms::
+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
 --------------------------------------------------------------------