[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestLPL README.txt, 1.4, 1.5 TestLplAppC.nc, 1.5, 1.6
Janos Sallai
sallai at users.sourceforge.net
Tue Jul 1 16:46:22 PDT 2008
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/cc2420/LplBroadcastPeriodicDelivery TestPeriodicAppC.nc, 1.2, 1.3
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/apps/SerialCompress Makefile, 1.1, NONE SerialCompressAppC.nc, 1.1, NONE SerialCompressP.nc, 1.1, NONE lz.c, 1.1, NONE lz.h, 1.1, NONE volumes-at45db.xml, 1.1, NONE volumes-stm25p.xml, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/TestLPL
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18175
Modified Files:
README.txt TestLplAppC.nc
Log Message:
added IRIS to the supported platforms
Index: README.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestLPL/README.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** README.txt 10 Jul 2007 18:01:40 -0000 1.4
--- README.txt 1 Jul 2008 23:46:20 -0000 1.5
***************
*** 7,12 ****
low-power-listening settings every ~32s, repeating every ~256s.
! This application currently runs on motes using the CC1000 and CC2420
! radios. To compile for motes with CC2420 radios, you must do:
env CFLAGS="-DLOW_POWER_LISTENING" make <platform>
--- 7,13 ----
low-power-listening settings every ~32s, repeating every ~256s.
! This application currently runs on motes using the CC1000, CC2420 and
! RF230 radios. To compile for motes with CC2420 or RF230 radios, you
! must do:
env CFLAGS="-DLOW_POWER_LISTENING" make <platform>
Index: TestLplAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestLPL/TestLplAppC.nc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** TestLplAppC.nc 24 Jun 2008 23:10:18 -0000 1.5
--- TestLplAppC.nc 1 Jul 2008 23:46:20 -0000 1.6
***************
*** 48,51 ****
--- 48,53 ----
#elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB) || defined(PLATFORM_SHIMMER)
components CC2420ActiveMessageC as LplRadio;
+ #elif defined(PLATFORM_IRIS)
+ components RF230ActiveMessageC as LplRadio;
#else
#error "LPL testing not supported on this platform"
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/cc2420/LplBroadcastPeriodicDelivery TestPeriodicAppC.nc, 1.2, 1.3
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/apps/SerialCompress Makefile, 1.1, NONE SerialCompressAppC.nc, 1.1, NONE SerialCompressP.nc, 1.1, NONE lz.c, 1.1, NONE lz.h, 1.1, NONE volumes-at45db.xml, 1.1, NONE volumes-stm25p.xml, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list