[Tinyos-2-commits] CVS: tinyos-2.x/apps/AntiTheft/Root
AntiTheftRootAppC.nc, 1.4, 1.5 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/Root
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28924/Root
Modified Files:
AntiTheftRootAppC.nc Makefile
Log Message:
updated with support for the iris mote, fixed a compile bug
Index: AntiTheftRootAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/AntiTheft/Root/AntiTheftRootAppC.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** AntiTheftRootAppC.nc 14 Apr 2007 00:35:07 -0000 1.4
--- AntiTheftRootAppC.nc 19 Nov 2007 17:21:20 -0000 1.5
***************
*** 29,34 ****
#elif defined(PLATFORM_MICAZ)
components CC2420ActiveMessageC as Radio;
#else
! #error "The AntiTheft application is only supported for mica2 and micaz nodes"
#endif
--- 29,36 ----
#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/Root/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:20 -0000 1.3
***************
*** 1,3 ****
! PFLAGS += -I%T/lib/net/ctp -I%T/lib/net -I%T/lib/net/le -I%T/lib/net/drip
COMPONENT=AntiTheftRootAppC
include $(MAKERULES)
--- 1,3 ----
! PFLAGS += -I%T/lib/net/ctp -I%T/lib/net -I%T/lib/net/4bitle -I%T/lib/net/drip
COMPONENT=AntiTheftRootAppC
include $(MAKERULES)
More information about the Tinyos-2-commits
mailing list