[Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/capps/TestCollection Makefile, 1.3, 1.4
Phil Levis
scipio at users.sourceforge.net
Mon Aug 4 15:33:35 PDT 2008
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/mac/tkn154 CsmaP.nc, NONE, 1.1 CsmaQueueP.nc, NONE, 1.1 RadioControlImplP.nc, NONE, 1.1 RadioControlP.nc, NONE, 1.1 RadioClientC.nc, 1.1, 1.2 README.txt, 1.3, 1.4 TKN154P.nc, 1.2, 1.3 CapP.nc, 1.3, NONE CapQueueP.nc, 1.1, NONE FrameDispatchImplP.nc, 1.1, NONE FrameDispatchP.nc, 1.1, NONE
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestNetwork meyer-short.txt, NONE, 1.1 test.py, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/capps/TestCollection
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12370
Modified Files:
Makefile
Log Message:
Do a platform check.
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/capps/TestCollection/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile 18 Jun 2008 04:22:58 -0000 1.3
--- Makefile 4 Aug 2008 22:33:32 -0000 1.4
***************
*** 1,6 ****
TOSTHREAD_MAIN=TestCollection.c
- PFLAGS += -DTOSTHREAD_MAIN_STACK_SIZE=800
-
CFLAGS += -I$(TOSDIR)/lib/tosthreads/sensorboards/universal
--- 1,4 ----
***************
*** 11,13 ****
CFLAGS += -I$(TOSDIR)/lib/net/ctp -I$(TOSDIR)/lib/net/4bitle
! include $(MAKERULES)
--- 9,21 ----
CFLAGS += -I$(TOSDIR)/lib/net/ctp -I$(TOSDIR)/lib/net/4bitle
! ifneq ($(filter telosb tmote tinynode iris clean,$(MAKECMDGOALS)),)
! include $(MAKERULES)
! else
! %:
! @echo " Sorry, this application only works on platforms with >8kB of RAM (telos, iris)"
! cthreads:
! @:
! dynthreads:
! @:
! endif
!
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/mac/tkn154 CsmaP.nc, NONE, 1.1 CsmaQueueP.nc, NONE, 1.1 RadioControlImplP.nc, NONE, 1.1 RadioControlP.nc, NONE, 1.1 RadioClientC.nc, 1.1, 1.2 README.txt, 1.3, 1.4 TKN154P.nc, 1.2, 1.3 CapP.nc, 1.3, NONE CapQueueP.nc, 1.1, NONE FrameDispatchImplP.nc, 1.1, NONE FrameDispatchP.nc, 1.1, NONE
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestNetwork meyer-short.txt, NONE, 1.1 test.py, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list