[Tinyos-beta-commits]
CVS: tinyos-1.x/beta/teps/txt tep102.txt, 1.10, 1.11
Martin Turon
mturon at users.sourceforge.net
Wed Jul 27 11:38:42 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/beta/teps/txt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv775
Modified Files:
tep102.txt
Log Message:
Added initial mica timer allocation.
Index: tep102.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/teps/txt/tep102.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** tep102.txt 20 May 2005 10:10:08 -0000 1.10
--- tep102.txt 27 Jul 2005 18:38:40 -0000 1.11
***************
*** 621,624 ****
--- 621,642 ----
iv. Two external sync events
+ Platform Specific Mapping
+ ====================================================================
+
+ a. Mica2
+ Timer Size Clock Source Usage
+ ----- ---- ------------ -----
+ Timer0 8-bit 32khz Application (TimerMilli)
+ Timer1 16-bit CPU (7.4/8MHz) unused
+ Timer2 8-bit CPU (7.4/8MHz) unused
+ Timer3 16-bit CPU (7.4/8MHz) unused
+
+ b. MicaZ
+ Timer Size Clock Source Usage
+ ----- ---- ------------ -----
+ Timer0 8-bit 32khz Application (TimerMilli)
+ Timer1 16-bit CPU (7.4/8MHz) CC2420 SFD Capture
+ Timer2 8-bit CPU (7.4/8MHz) unused
+ Timer3 16-bit CPU (7.4/8MHz) unused
Implementation
More information about the Tinyos-beta-commits
mailing list