[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/imote2 Flash.h, 1.1, 1.2

Josh jsherbach at users.sourceforge.net
Wed Aug 31 13:46:02 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6092

Modified Files:
	Flash.h 
Log Message:
blocks access to first partition of flash

Index: Flash.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2/Flash.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Flash.h	18 Aug 2005 20:42:12 -0000	1.1
--- Flash.h	31 Aug 2005 20:45:59 -0000	1.2
***************
*** 27,29 ****
--- 27,32 ----
  #define FLASH_OVERWRITE 1
  
+ //anything below FLASH_PROTECTED_REGION will not be written/erased by FlashC
+ #define FLASH_PROTECTED_REGION 0x00200000
+ 
  #endif



More information about the Tinyos-beta-commits mailing list