[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
- Previous message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/SystemCore/Hello Hello.h, 1.7,
1.8 HelloC.nc, 1.19, 1.20 HelloM.nc, 1.24, 1.25
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/SystemCore/tests/Nucleus
NucleusM.nc, NONE, 1.1 bl_xsm.srec, NONE,
1.1 GoldenImageWriterM.nc, 1.1, 1.2 Makefile, 1.4,
1.5 Nucleus.nc, 1.2, 1.3 bl_mica2.srec, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/SystemCore/Hello Hello.h, 1.7,
1.8 HelloC.nc, 1.19, 1.20 HelloM.nc, 1.24, 1.25
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/SystemCore/tests/Nucleus
NucleusM.nc, NONE, 1.1 bl_xsm.srec, NONE,
1.1 GoldenImageWriterM.nc, 1.1, 1.2 Makefile, 1.4,
1.5 Nucleus.nc, 1.2, 1.3 bl_mica2.srec, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-beta-commits
mailing list