[Tinyos-beta-commits]
CVS: tinyos-1.x/beta/teps/txt tep102.txt, 1.13, 1.14
Martin Turon
mturon at users.sourceforge.net
Thu Sep 1 10:59:59 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/beta/teps/txt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21528
Modified Files:
tep102.txt
Log Message:
grammer fixes in HPL section.
Index: tep102.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/teps/txt/tep102.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** tep102.txt 1 Sep 2005 17:56:49 -0000 1.13
--- tep102.txt 1 Sep 2005 17:59:57 -0000 1.14
***************
*** 127,131 ****
At the lowest level, the HPLTimerC wraps all the hardware registers
that control the hardware subsystem. The specifics of these interfaces
! are specific to the chip that contains the timer subsystem. But certain
guidelines and design paterns can be followed:
--- 127,131 ----
At the lowest level, the HPLTimerC wraps all the hardware registers
that control the hardware subsystem. The specifics of these interfaces
! are dependant on the chip that contains the timer subsystem. But certain
guidelines and design paterns can be followed:
***************
*** 137,141 ****
is helpful to abstract the width out of the interface at the HPL level
if possible. This simplifies higher level interfaces by allowing them to
! wiring to any timer in the system trivially.
One sample set of HPL level interfaces follows:
--- 137,141 ----
is helpful to abstract the width out of the interface at the HPL level
if possible. This simplifies higher level interfaces by allowing them to
! wire to any timer in the system trivially.
One sample set of HPL level interfaces follows:
More information about the Tinyos-beta-commits
mailing list