[Tinyos-beta-commits] CVS: tinyos-1.x/beta/SystemCore/PowerMgmt PowerMgmt.h, 1.2, 1.3

Gilman Tolle gtolle at users.sourceforge.net
Mon Sep 6 14:51:27 PDT 2004


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

Modified Files:
	PowerMgmt.h 
Log Message:
XSM-Related Modifications

* Initial response only occurs after power-on or external reset, not
after network reprogramming
* Initial response now occurs before other components are initialized
* Drip can be put to sleep, preventing all upcalls except for the
wakeup message
* Bootloader will start the XSM grenade timer
* Bootloader has a check to ensure that the factory image has been completely
copied before executing it
* XSM Serial ID is now returned
* Lots of testing has been done on a single XSM node.



Index: PowerMgmt.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/PowerMgmt/PowerMgmt.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PowerMgmt.h	23 Aug 2004 23:19:50 -0000	1.2
--- PowerMgmt.h	6 Sep 2004 21:51:25 -0000	1.3
***************
*** 1,2 ****
--- 1,5 ----
+ #ifndef __POWERMGMT_H__
+ #define __POWERMGMT_H__
+ 
  enum {
    AM_POWERMGMTCMDMSG = 1,
***************
*** 24,25 ****
--- 27,29 ----
  };
  
+ #endif



More information about the Tinyos-beta-commits mailing list