[Tinyos-commits] CVS: tinyos-1.x/tools/make imote2.target,1.3,1.4
Lama Nachman
lnachman at users.sourceforge.net
Sun Mar 4 17:05:45 PST 2007
- Next message: [Tinyos-commits]
CVS: tinyos-1.x/tools/make/pxa27x bootloader.extra, 1.2,
1.3 debug.extra, 1.1, 1.2 debugopt.extra, 1.2,
1.3 install.extra, 1.3, 1.4 jtag.extra, 1.4,
1.5 reinstall.extra, 1.3, 1.4 usbinstall.extra, 1.2,
1.3 usbreinstall.extra, 1.2, 1.3 pxa27x.rules, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/tools/make
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6769
Modified Files:
imote2.target
Log Message:
Latest internal tree push
Index: imote2.target
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/imote2.target,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** imote2.target 6 Sep 2005 18:21:01 -0000 1.3
--- imote2.target 5 Mar 2007 01:05:43 -0000 1.4
***************
*** 6,12 ****
ifdef CC2420_CHANNEL
! PFLAGS += -DCC2420_DEF_CHANNEL=$(CC2420_CHANNEL)
endif
ASSEMBLY_FILES += $(PLATFORM_DIR)/../imote2/flash.s $(PLATFORM_DIR)/../imote2/binarymover.s
--- 6,22 ----
ifdef CC2420_CHANNEL
! PFLAGS += -DCC2420_DEF_CHANNEL=$(CC2420_CHANNEL)
! endif
!
! ifdef TIMESYNC_ROOT_ID
! PFLAGS += -DTIMESYNC_ROOT_ID=$(TIMESYNC_ROOT_ID)
endif
+ ifdef AUTO_BATTERY_MONITORING
+ PFLAGS += -DAUTO_BATTERY_MONITORING=$(AUTO_BATTERY_MONITORING)
+ else
+ PFLAGS += -DAUTO_BATTERY_MONITORING=1
+ endif
+
ASSEMBLY_FILES += $(PLATFORM_DIR)/../imote2/flash.s $(PLATFORM_DIR)/../imote2/binarymover.s
- Next message: [Tinyos-commits]
CVS: tinyos-1.x/tools/make/pxa27x bootloader.extra, 1.2,
1.3 debug.extra, 1.1, 1.2 debugopt.extra, 1.2,
1.3 install.extra, 1.3, 1.4 jtag.extra, 1.4,
1.5 reinstall.extra, 1.3, 1.4 usbinstall.extra, 1.2,
1.3 usbreinstall.extra, 1.2, 1.3 pxa27x.rules, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-commits
mailing list