[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


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
  



More information about the Tinyos-commits mailing list