[Tinyos-2-commits] CVS: tinyos-2.x/apps/AntiTheft/Nodes AntiTheftAppC.nc, 1.3, 1.4 Makefile, 1.2, 1.3

Janos Sallai sallai at users.sourceforge.net
Mon Nov 19 09:21:22 PST 2007


Update of /cvsroot/tinyos/tinyos-2.x/apps/AntiTheft/Nodes
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28924/Nodes

Modified Files:
	AntiTheftAppC.nc Makefile 
Log Message:
updated with support for the iris mote, fixed a compile bug

Index: AntiTheftAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/AntiTheft/Nodes/AntiTheftAppC.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AntiTheftAppC.nc	14 Apr 2007 00:35:07 -0000	1.3
--- AntiTheftAppC.nc	19 Nov 2007 17:21:19 -0000	1.4
***************
*** 30,35 ****
  #elif defined(PLATFORM_MICAZ)
    components CC2420ActiveMessageC as Radio;
  #else
! #error "The AntiTheft application is only supported for mica2 and micaz nodes"
  #endif
  
--- 30,37 ----
  #elif defined(PLATFORM_MICAZ)
    components CC2420ActiveMessageC as Radio;
+ #elif defined(PLATFORM_IRIS)
+   components DummyLPLMacC as Radio;
  #else
! #error "The AntiTheft application is only supported for mica2, micaz and iris nodes"
  #endif
  

Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/AntiTheft/Nodes/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile	14 Sep 2007 00:25:19 -0000	1.2
--- Makefile	19 Nov 2007 17:21:19 -0000	1.3
***************
*** 1,4 ****
  SENSORBOARD=mts300
! PFLAGS += -I%T/lib/net/ctp -I%T/lib/net -I%T/lib/net/le -I%T/lib/net/drip
  COMPONENT=AntiTheftAppC
  include $(MAKERULES)
--- 1,4 ----
  SENSORBOARD=mts300
! PFLAGS += -I%T/lib/net/ctp -I%T/lib/net -I%T/lib/net/4bitle -I%T/lib/net/drip
  COMPONENT=AntiTheftAppC
  include $(MAKERULES)



More information about the Tinyos-2-commits mailing list