[Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/apps/TestCollection Makefile, 1.1, 1.2 TestCollectionAppC.nc, 1.1, 1.2

Kevin Klues klueska at users.sourceforge.net
Tue Jun 17 12:07:52 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/apps/TestCollection
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27309/apps/TestCollection

Modified Files:
	Makefile TestCollectionAppC.nc 
Log Message:
Update to TestCollection for C based API

Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/apps/TestCollection/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile	16 Jun 2008 18:38:28 -0000	1.1
--- Makefile	17 Jun 2008 19:07:48 -0000	1.2
***************
*** 2,7 ****
  
  CFLAGS += -I$(TOSDIR)/lib/tosthreads/sensorboards/universal
  CFLAGS += -I$(TOSDIR)/lib/tosthreads/lib/net/
! CFLAGS += -I$(TOSDIR)/lib/net/ -I$(TOSDIR)/lib/net/ctp  -I$(TOSDIR)/lib/net/4bitle
  
  include $(MAKERULES)
--- 2,11 ----
  
  CFLAGS += -I$(TOSDIR)/lib/tosthreads/sensorboards/universal
+ 
  CFLAGS += -I$(TOSDIR)/lib/tosthreads/lib/net/
! CFLAGS += -I$(TOSDIR)/lib/net/
! 
! CFLAGS += -I$(TOSDIR)/lib/tosthreads/lib/net/ctp
! CFLAGS += -I$(TOSDIR)/lib/net/ctp  -I$(TOSDIR)/lib/net/4bitle
  
  include $(MAKERULES)

Index: TestCollectionAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/apps/TestCollection/TestCollectionAppC.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TestCollectionAppC.nc	16 Jun 2008 18:38:28 -0000	1.1
--- TestCollectionAppC.nc	17 Jun 2008 19:07:48 -0000	1.2
***************
*** 41,44 ****
--- 41,45 ----
               BlockingSerialActiveMessageC,
               new BlockingSerialAMSenderC(AM_OSCILLOSCOPE);
+              
    
    TestCollectionC.MainThread -> MainThread;



More information about the Tinyos-2-commits mailing list