[Tinyos-commits] CVS: tinyos-1.x/tos/platform/mica .platform, 1.1, 1.2 ByteEEPROM.nc, 1.6, NONE ByteEEPROMC.nc, 1.5, NONE PageEEPROM.h, 1.3, NONE PageEEPROM.nc, 1.2, NONE PageEEPROMShare.nc, 1.3, NONE

David Gay idgay at users.sourceforge.net
Mon Jul 11 16:38:11 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/tos/platform/mica
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29401/mica

Modified Files:
	.platform 
Removed Files:
	ByteEEPROM.nc ByteEEPROMC.nc PageEEPROM.h PageEEPROM.nc 
	PageEEPROMShare.nc 
Log Message:
some flash files have moved to tos/lib/Flash and tos/lib/Flash/<flash chip>


Index: .platform
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/platform/mica/.platform,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** .platform	21 Feb 2003 01:10:56 -0000	1.1
--- .platform	11 Jul 2005 23:38:09 -0000	1.2
***************
*** 5,8 ****
--- 5,11 ----
  
  push @opts, "-mingw-gcc" if $cygwin;
+ push @opts, "-I$TOSDIR/lib/Flash";
+ push @opts, "-I$TOSDIR/lib/Flash/AT45DB";
+ 
  push @opts, "-Wl,-Tdata=0x800100" if $debugging;
  @commonplatforms = ("avrmote");

--- ByteEEPROM.nc DELETED ---

--- ByteEEPROMC.nc DELETED ---

--- PageEEPROM.h DELETED ---

--- PageEEPROM.nc DELETED ---

--- PageEEPROMShare.nc DELETED ---



More information about the Tinyos-commits mailing list