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

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


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

Modified Files:
	TOSBoot_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: TOSBoot_platform.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/Deluge/extra/telosb/TOSBoot_platform.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TOSBoot_platform.h	22 May 2007 20:34:24 -0000	1.1
--- TOSBoot_platform.h	14 Jan 2008 04:22:02 -0000	1.2
***************
*** 30,46 ****
  
  enum {
!   // address of TOSBoot args in internal flash
!   TOSBOOT_ARGS_ADDR = 0x70,
!   // number of resets to force golden image
!   TOSBOOT_GESTURE_MAX_COUNT = 3,
!   // address of the golden image in external flash
!   TOSBOOT_GOLDEN_IMG_ADDR = 0xf0000L,
!   // size of each internal program flash page
!   TOSBOOT_INT_PAGE_SIZE = 512L,
! };
! 
! enum {
!   DELUGE_MIN_ADV_PERIOD_LOG2 = 9,
!   DELUGE_QSIZE = 1,
  };
  
--- 30,37 ----
  
  enum {
!   TOSBOOT_ARGS_ADDR = 0x70,      // address of TOSBoot args in internal flash
!   TOSBOOT_GESTURE_MAX_COUNT = 3, // number of resets to force golden image
!   TOSBOOT_GOLDEN_IMG_ADDR = 0xf0000L, // address of the golden image in external flash
!   TOSBOOT_INT_PAGE_SIZE = 512L,  // size of each internal program flash page
  };
  



More information about the Tinyos-2-commits mailing list