[Firebug-cvs] fireboard/beta/apps/XSensorMTS400 Makefile,1.8,1.9 TestMTS400.nc,1.4,1.5 TestMTS400M.n
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2005-06-19 19:09:50
|
Update of /cvsroot/firebug/fireboard/beta/apps/XSensorMTS400 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7063/XSensorMTS400 Modified Files: Makefile TestMTS400.nc TestMTS400M.nc appFeatures.h Log Message: . Index: TestMTS400M.nc =================================================================== RCS file: /cvsroot/firebug/fireboard/beta/apps/XSensorMTS400/TestMTS400M.nc,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** TestMTS400M.nc 1 Jun 2005 23:56:01 -0000 1.13 --- TestMTS400M.nc 19 Jun 2005 19:09:27 -0000 1.14 *************** *** 1,5 **** /* tab:4 - * - * * "Copyright (c) 2000-2002 The Regents of the University of California. * All rights reserved. --- 1,3 ---- Index: TestMTS400.nc =================================================================== RCS file: /cvsroot/firebug/fireboard/beta/apps/XSensorMTS400/TestMTS400.nc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** TestMTS400.nc 27 May 2005 00:38:13 -0000 1.4 --- TestMTS400.nc 19 Jun 2005 19:09:27 -0000 1.5 *************** *** 85,88 **** --- 85,89 ---- NMEAC, LedsC, + DelugeC, Accel, TaosPhoto, *************** *** 96,99 **** --- 97,101 ---- Main.StdControl -> TestMTS400M; Main.StdControl -> TimerC; + Main.StdControl -> DelugeC; XEE_PARAMS_WIRING() Index: appFeatures.h =================================================================== RCS file: /cvsroot/firebug/fireboard/beta/apps/XSensorMTS400/appFeatures.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** appFeatures.h 24 May 2005 21:53:17 -0000 1.4 --- appFeatures.h 19 Jun 2005 19:09:27 -0000 1.5 *************** *** 22,26 **** #endif ! //#define FEATURE_GPS_ONLY 1 #ifndef FEATURE_GPS_ONLY --- 22,26 ---- #endif ! //#define FEATURE_GPS_ONLY 0 #ifndef FEATURE_GPS_ONLY Index: Makefile =================================================================== RCS file: /cvsroot/firebug/fireboard/beta/apps/XSensorMTS400/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile 27 May 2005 00:38:13 -0000 1.8 --- Makefile 19 Jun 2005 19:09:26 -0000 1.9 *************** *** 1,14 **** COMPONENT=TestMTS400 SENSORBOARD=mts400 ! MSG_SIZE=120 XBOWROOT=$(TOSROOT)/contrib/xbow/tos CWD = $(shell pwd) FIREBOARDROOT=$(CWD)/../../.. ! PFLAGS= -I$(XBOWROOT)/interfaces -I$(XBOWROOT)/system \ ! -I$(XBOWROOT)/platform/$(PLATFORM) \ ! -I$(XBOWROOT)/AXStack/$(PLATFORM) \ ! -I$(XBOWROOT)/lib PFLAGS += -I$(FIREBOARDROOT)/beta/tos/sensorboards/$(SENSORBOARD) --- 1,17 ---- + include ../Makelocal + COMPONENT=TestMTS400 SENSORBOARD=mts400 ! #MSG_SIZE=120 XBOWROOT=$(TOSROOT)/contrib/xbow/tos CWD = $(shell pwd) FIREBOARDROOT=$(CWD)/../../.. ! PFLAGS = -I$(XBOWROOT)/interfaces ! PFLAGS += -I$(XBOWROOT)/system ! PFLAGS += -I$(XBOWROOT)/platform/$(PLATFORM) ! #PFLAGS += -I$(XBOWROOT)/AXStack/$(PLATFORM) ! #PFLAGS += -I$(XBOWROOT)/lib PFLAGS += -I$(FIREBOARDROOT)/beta/tos/sensorboards/$(SENSORBOARD) *************** *** 16,21 **** PFLAGS += -I$(FIREBOARDROOT)/interfaces ! include ../MakeXbowlocal ! include ${TOSROOT}/tools/make/Makerules --- 19,25 ---- PFLAGS += -I$(FIREBOARDROOT)/interfaces ! #include ../MakeXbowlocal ! #include ${TOSROOT}/tools/make/Makerules ! include ${TOSROOT}/apps/Makerules |