[Tinyos-beta-commits] CVS: tinyos-1.x/beta/teps/html tep102.html,
1.6, 1.7
Cory Sharp
cssharp at users.sourceforge.net
Wed May 18 10:12:38 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/beta/teps/html
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5997
Modified Files:
tep102.html
Log Message:
synced
Index: tep102.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/teps/html/tep102.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** tep102.html 18 May 2005 11:17:09 -0000 1.6
--- tep102.html 18 May 2005 17:12:36 -0000 1.7
***************
*** 301,305 ****
<tr class="field"><th class="docinfo-name">Draft-Created:</th><td class="field-body">22-Sep-2004</td>
</tr>
! <tr class="field"><th class="docinfo-name">Draft-Version:</th><td class="field-body">1.6</td>
</tr>
<tr class="field"><th class="docinfo-name">Draft-Modified:</th><td class="field-body">2005-05-18</td>
--- 301,305 ----
<tr class="field"><th class="docinfo-name">Draft-Created:</th><td class="field-body">22-Sep-2004</td>
</tr>
! <tr class="field"><th class="docinfo-name">Draft-Version:</th><td class="field-body">1.7</td>
</tr>
<tr class="field"><th class="docinfo-name">Draft-Modified:</th><td class="field-body">2005-05-18</td>
***************
*** 417,421 ****
applications and use a fixed width of 32-bits. The Alarm, BusyWait,
and Counter interfaces are used by the TinyOS timer system and
! advanced user components. by precision and size.</p>
<div class="section" id="alarm">
<h2><a name="alarm">Alarm</a></h2>
--- 417,421 ----
applications and use a fixed width of 32-bits. The Alarm, BusyWait,
and Counter interfaces are used by the TinyOS timer system and
! advanced user components.</p>
<div class="section" id="alarm">
<h2><a name="alarm">Alarm</a></h2>
***************
*** 870,876 ****
</blockquote>
<ol class="loweralpha simple" start="3">
! <li>Both platforms have a 32kHz clock and a high frequency clock</li>
! <li>Platforms' timers are similar</li>
</ol>
</blockquote>
</div>
--- 870,901 ----
</blockquote>
<ol class="loweralpha simple" start="3">
! <li>Intel Mote (V2) (Xscale PXA27X)</li>
</ol>
+ <blockquote>
+ <ol class="lowerroman simple">
+ <li>One fixed rate (3.25MHz) 32-bit timer with</li>
+ </ol>
+ <blockquote>
+ <ul class="simple">
+ <li>4 compare registers</li>
+ <li>Watchdog functionality</li>
+ </ul>
+ </blockquote>
+ <ol class="lowerroman simple" start="2">
+ <li>8 variable rate 32-bit timers with</li>
+ </ol>
+ <blockquote>
+ <ul class="simple">
+ <li>1 associated compare register each</li>
+ <li>Individually selectable rates: 1/32768s, 1ms, 1s, 1us</li>
+ <li>Individually selectable sources: (32.768 external osc,
+ 13 Mhz internal clock)</li>
+ </ul>
+ </blockquote>
+ <ol class="lowerroman simple" start="3">
+ <li>Periodic & one-shot capability</li>
+ <li>Two external sync events</li>
+ </ol>
+ </blockquote>
</blockquote>
</div>
More information about the Tinyos-beta-commits
mailing list