[Tinyos-commits] CVS: tinyos-1.x/tools/make bnp.extra,1.7,1.8

Jonathan Hui jwhui at users.sourceforge.net
Sun Jul 10 22:48:31 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/tools/make
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv852

Modified Files:
	bnp.extra 
Log Message:
- Specify EEPROM size to be 1MB rather than the default 512KB since
STM25P simulation is used by default.



Index: bnp.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/bnp.extra,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** bnp.extra	30 Jun 2005 05:01:33 -0000	1.7
--- bnp.extra	11 Jul 2005 05:48:29 -0000	1.8
***************
*** 31,34 ****
--- 31,35 ----
        CFLAGS += -I%T/../beta/STM25P/sim
        CFLAGS += -I%T/../beta/STM25P/STM25P
+       CFLAGS += -DDEFAULT_EEPROM_SIZE=0x100000
      endif
  



More information about the Tinyos-commits mailing list