[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/Deluge/extra/telos NetProg_platform.h, 1.1, 1.2

Razvan Musaloiu-E. razvanm at users.sourceforge.net
Sun Jan 13 20:22:04 PST 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/Deluge/extra/telos
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20053/tos/lib/net/Deluge/extra/telos

Modified Files:
	NetProg_platform.h 
Log Message:
Super Duper update to Deluge T2. The manual and the testing scripts are temporary out-of-date.

Some of the improvements are:
- simplified images (ident and metadata were merged)
- network-order representation of fields
- new version of tinyos.py
- improved sharing of volumes.


Index: NetProg_platform.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/Deluge/extra/telos/NetProg_platform.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** NetProg_platform.h	22 May 2007 20:34:24 -0000	1.1
--- NetProg_platform.h	14 Jan 2008 04:22:02 -0000	1.2
***************
*** 32,40 ****
  #define __NETPROG_PLATFORM_H__
  
- enum {
-   IFLASH_TOS_INFO_ADDR = 0x60,  // 6 bytes
-   IFLASH_NODE_DESC_ADDR = 0x66, // 10 bytes
- };
- 
  void netprog_reboot() {
    WDTCTL = WDT_ARST_1_9; 
--- 32,35 ----



More information about the Tinyos-2-commits mailing list