[Tinyos-beta-commits] CVS: tinyos-1.x/beta/TOSSIM-CC2420
HPLCC2420M.nc, 1.2, 1.3
Yang
overbored at users.sourceforge.net
Sun Mar 13 00:13:54 PST 2005
Update of /cvsroot/tinyos/tinyos-1.x/beta/TOSSIM-CC2420
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4955
Modified Files:
HPLCC2420M.nc
Log Message:
Fixed latencies for voltage regulator and crystal oscillator.
Index: HPLCC2420M.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/TOSSIM-CC2420/HPLCC2420M.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** HPLCC2420M.nc 13 Mar 2005 07:23:06 -0000 1.2
--- HPLCC2420M.nc 13 Mar 2005 08:13:50 -0000 1.3
***************
*** 119,125 ****
#define QUEUE_SIZE 128
// The voltage regulator startup time, in seconds.
! #define VREG_ON_LATENCY .0006
// The crystal oscillator startup time, in seconds.
! #define OSCILLATOR_ON_LATENCY .00086
// The ACK TX calibration time, in symbols.
#define TX_ACK_CALIBRATE_LATENCY 12
--- 119,129 ----
#define QUEUE_SIZE 128
// The voltage regulator startup time, in seconds.
! #ifndef VREG_ON_LATENCY
! #define VREG_ON_LATENCY .000600
! #endif // VREG_ON_LATENCY
// The crystal oscillator startup time, in seconds.
! #ifndef OSCILLATOR_ON_LATENCY
! #define OSCILLATOR_ON_LATENCY .002100
! #endif // OSCILLATOR_ON_LATENCY
// The ACK TX calibration time, in symbols.
#define TX_ACK_CALIBRATE_LATENCY 12
More information about the Tinyos-beta-commits
mailing list