[Tinyos-beta-commits]
CVS: tinyos-1.x/beta/teps/txt tep101.txt, 1.15,
1.16 tep107.txt, 1.6, 1.7 tep112.txt, 1.3, 1.4
Phil Levis
scipio at users.sourceforge.net
Tue Sep 27 13:11:48 PDT 2005
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/imote2 PMIC.nc,
NONE, 1.1 PMICC.nc, NONE, 1.1 PMICM.nc, NONE, 1.1 pmic.h, 1.2, 1.3
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/Drain Drain.h, 1.16,
1.17 DrainLinkEstM.nc, 1.23, 1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/beta/teps/txt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9653
Modified Files:
tep101.txt tep107.txt tep112.txt
Log Message:
Changed markup in 101 so it compiles. Fixed spelling error in 107.
Added Lama's contact info to 112.
Index: tep101.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/teps/txt/tep101.txt,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** tep101.txt 11 Jul 2005 22:45:24 -0000 1.15
--- tep101.txt 27 Sep 2005 20:11:45 -0000 1.16
***************
*** 391,395 ****
than using a configuration mechanism, the commands of these
interfaces have explicit parameters for setting all A/D conversion
! parameters:
configuration HALADCC
--- 391,395 ----
than using a configuration mechanism, the commands of these
interfaces have explicit parameters for setting all A/D conversion
! parameters::
configuration HALADCC
***************
*** 514,530 ****
A) Acquire N samples from channel C:
1. call getData to start sampling on channel C at the desired rate
! (note that the choice of prescalers is very limited, so you
! don't have many choices for sampling rate)
2. ignore the first dataReady event
3. use the results of the next N dataReady() events, return FALSE
! on the last one
B) Acquire one sample each from channels C1, ..., Cn (this pseudocode
assumes that none of these channels are differential)
1. call getData to start sampling on channel C1
2. on the ith dataReady event switch to channel Ci+1 by changing
! *newChannel
3. the data passed to the ith dataReady event is for channel Ci-1
! (the data from the first dataReady event is ignored)
Hardware Adaptation SubLayer2 (HAL2)
--- 514,534 ----
A) Acquire N samples from channel C:
1. call getData to start sampling on channel C at the desired rate
! (note that the choice of prescalers is very limited, so you
! don't have many choices for sampling rate)
!
2. ignore the first dataReady event
+
3. use the results of the next N dataReady() events, return FALSE
! on the last one
B) Acquire one sample each from channels C1, ..., Cn (this pseudocode
assumes that none of these channels are differential)
1. call getData to start sampling on channel C1
+
2. on the ith dataReady event switch to channel Ci+1 by changing
! \*newChannel
!
3. the data passed to the ith dataReady event is for channel Ci-1
! (the data from the first dataReady event is ignored)
Hardware Adaptation SubLayer2 (HAL2)
***************
*** 623,627 ****
ii. Like the MSP430, the ATmega128 uses a configuration interface
to acquire the per-channel settings. This interface is parameterised
! by channel number:
configuration ADCC {
--- 627,631 ----
ii. Like the MSP430, the ATmega128 uses a configuration interface
to acquire the per-channel settings. This interface is parameterised
! by channel number::
configuration ADCC {
Index: tep107.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/teps/txt/tep107.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** tep107.txt 12 Jul 2005 18:20:29 -0000 1.6
--- tep107.txt 27 Sep 2005 20:11:45 -0000 1.7
***************
*** 147,151 ****
The module RealMain implements the standard TinyOS 2.x boot sequence.
The configuration Main wires some of RealMain's interfaces to
! components that imlpement standard abstractions and exports the
others that are application specific.
--- 147,151 ----
The module RealMain implements the standard TinyOS 2.x boot sequence.
The configuration Main wires some of RealMain's interfaces to
! components that implement standard abstractions and exports the
others that are application specific.
Index: tep112.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/teps/txt/tep112.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** tep112.txt 19 Sep 2005 22:29:44 -0000 1.3
--- tep112.txt 27 Sep 2005 20:11:45 -0000 1.4
***************
*** 303,306 ****
--- 303,314 ----
|
|
+ | Lama Nachman
+ | 3600 Juliette Lane, SC12-319
+ | Intel Research
+ | Santa Clara, CA 95052
+ |
+ | email - lama.nachman at intel.com
+ |
+ |
| Phil Buonadonna
| Arched Rock Corp.
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/imote2 PMIC.nc,
NONE, 1.1 PMICC.nc, NONE, 1.1 PMICM.nc, NONE, 1.1 pmic.h, 1.2, 1.3
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/Drain Drain.h, 1.16,
1.17 DrainLinkEstM.nc, 1.23, 1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-beta-commits
mailing list