[Tinyos-beta-commits] CVS: tinyos-1.x/beta/SystemCore/tests/Nucleus Makefile, 1.6, 1.7

Gilman Tolle gtolle at users.sourceforge.net
Tue Sep 7 16:32:25 PDT 2004


Update of /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/tests/Nucleus
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11704/tests/Nucleus

Modified Files:
	Makefile 
Log Message:
Changed the waiting period after receiving the sleep or reboot command before actually doing that to 65 seconds

Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/tests/Nucleus/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile	7 Sep 2004 22:15:40 -0000	1.6
--- Makefile	7 Sep 2004 23:32:23 -0000	1.7
***************
*** 3,7 ****
  PFLAGS += -I./include -DDELUGE_GOLDEN_IMAGE
  CFLAGS += -DTOSH_MAX_TASKS_LOG2=7 
! #CFLAGS += -DDBG_POWERMGMT
  BOOTLOADER = ./bl_xsm.srec
  
--- 3,8 ----
  PFLAGS += -I./include -DDELUGE_GOLDEN_IMAGE
  CFLAGS += -DTOSH_MAX_TASKS_LOG2=7 
! CFLAGS += -DDBG_POWERMGMT
! CFLAGS += -DDRIP_NO_SUPPRESS_WAKEUP
  BOOTLOADER = ./bl_xsm.srec
  



More information about the Tinyos-beta-commits mailing list