From: idgay Date: Wed, 5 Sep 2007 17:30:31 +0000 (+0000) Subject: more precision clarity X-Git-Tag: release_tinyos_2_1_0_0~761 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=0982d17b9d5f3159eb420407b82cd8c7b86ae6fb more precision clarity --- diff --git a/doc/html/tep102.html b/doc/html/tep102.html index 7d411fb8..055be350 100644 --- a/doc/html/tep102.html +++ b/doc/html/tep102.html @@ -656,11 +656,15 @@ together.

4. HIL requirements

-
-
The following component MUST be provided on all platforms::
-
HilTimerMilliC -BusyWaitMicroC
-
+

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

diff --git a/doc/pdf/tep102.pdf b/doc/pdf/tep102.pdf
index 9a4df4c8..6aa86b45 100644
Binary files a/doc/pdf/tep102.pdf and b/doc/pdf/tep102.pdf differ
diff --git a/doc/txt/tep102.txt b/doc/txt/tep102.txt
index 2aa5414a..fc341f68 100644
--- a/doc/txt/tep102.txt
+++ b/doc/txt/tep102.txt
@@ -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
 --------------------------------------------------------------------