[Tinyos-beta-commits] CVS: tinyos-1.x/beta/SystemCore/DelugeMonitor
DelugeControl.h, 1.6, 1.7
Gilman Tolle
gtolle at users.sourceforge.net
Mon Sep 6 14:51:27 PDT 2004
Update of /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/DelugeMonitor
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27083/DelugeMonitor
Modified Files:
DelugeControl.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: DelugeControl.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/DelugeMonitor/DelugeControl.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** DelugeControl.h 26 Aug 2004 22:59:23 -0000 1.6
--- DelugeControl.h 6 Sep 2004 21:51:24 -0000 1.7
***************
*** 1,2 ****
--- 1,5 ----
+ #ifndef __DELUGECONTROL_H__
+ #define __DELUGECONTROL_H__
+
enum {
AM_NETPROGCMDMSG = 3,
***************
*** 13,19 ****
#if defined(PLATFORM_MICA2) || defined(PLATFORM_MICA2DOT) || defined(PLATFORM_XSM)
! #define IFLASH_CMDSEQNO_ADDR 0xFD8
#elif defined(PLATFORM_TELOS)
! #define IFLASH_CMDSEQNO_ADDR 0x68
#endif
--- 16,30 ----
#if defined(PLATFORM_MICA2) || defined(PLATFORM_MICA2DOT) || defined(PLATFORM_XSM)
!
! #define IFLASH_CMDSEQNO_ADDR 0xFC2
!
#elif defined(PLATFORM_TELOS)
!
! #define IFLASH_CMDSEQNO_ADDR 0x52
!
#endif
+ #endif
+
+
+
More information about the Tinyos-beta-commits
mailing list