[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/tosboot/micaz TOSBoot_platform.h, 1.2, 1.3

Razvan Musaloiu-E. razvanm at users.sourceforge.net
Mon Aug 25 09:49:21 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/tosboot/micaz
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14951/tos/lib/tosboot/micaz

Modified Files:
	TOSBoot_platform.h 
Log Message:
Deluge T2 support for Epic. This includes support for at45db161d and some refactoring and cleaning.


Index: TOSBoot_platform.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/tosboot/micaz/TOSBoot_platform.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TOSBoot_platform.h	11 Jun 2008 00:46:25 -0000	1.2
--- TOSBoot_platform.h	25 Aug 2008 16:48:47 -0000	1.3
***************
*** 30,41 ****
  
  enum {
!   // address of TOSBoot args in internal flash
!   TOSBOOT_ARGS_ADDR = 0xff0,
!   // number of resets to force golden image
!   TOSBOOT_GESTURE_MAX_COUNT = 3,
!   // address of the golden image in external flash
!   TOSBOOT_GOLDEN_IMG_ADDR = 0x0L,
!   // size of each internal program flash page
!   TOSBOOT_INT_PAGE_SIZE = SPM_PAGESIZE,
  };
  
--- 30,37 ----
  
  enum {
!   TOSBOOT_ARGS_ADDR = 0xff0,      // address of TOSBoot args in internal flash
!   TOSBOOT_GESTURE_MAX_COUNT = 3,  // number of resets to force golden image
!   TOSBOOT_GOLDEN_IMG_ADDR = 0x0L, // address of the golden image in external flash
!   TOSBOOT_INT_PAGE_SIZE = SPM_PAGESIZE, // size of each internal program flash page
  };
  



More information about the Tinyos-2-commits mailing list