X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=doc%2Fhtml%2Ftep102.html;h=3e7e8dc2773dda5cf73bf2f514d259b906d7a76c;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=006daf74a7781620852f5020384d4b7800713229;hpb=8431ae54eb9ca190f88ec6d52e8ca8b98783692c;p=tinyos-2.x.git diff --git a/doc/html/tep102.html b/doc/html/tep102.html index 006daf74..3e7e8dc2 100644 --- a/doc/html/tep102.html +++ b/doc/html/tep102.html @@ -41,11 +41,6 @@ blockquote.epigraph { dd { margin-bottom: 0.5em } -/* Uncomment (& remove this text!) to get bold-faced definition list terms -dt { - font-weight: bold } -*/ - div.abstract { margin: 2em 5em } @@ -216,7 +211,11 @@ pre.line-block { pre.literal-block, pre.doctest-block { margin-left: 2em ; margin-right: 2em ; - background-color: #eeeeee } + background-color: #eeeeee; + border-color: #000000; + border-width: thin; + font-size: 14px +} span.classifier { font-family: sans-serif ; @@ -271,10 +270,7 @@ th.docinfo-name, th.field-name { h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt { font-size: 100% } -tt { - font: Courier,monospaced; - font-size: 12px; - background-color: #eeeeee } +tt {} ul.auto-toc { list-style-type: none } @@ -295,19 +291,11 @@ ul.auto-toc { Type:Documentary Status: -Draft +Final TinyOS-Version:2.x Author: Cory Sharp, Martin Turon, David Gay -Draft-Created:22-Sep-2004 - -Draft-Version:1.9 - -Draft-Modified:2007-05-23 - -Draft-Discuss:TinyOS Developer List <tinyos-devel at mail.millennium.berkeley.edu> -
@@ -660,11 +648,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