[Tinyos-commits] CVS: tinyos-1.x/tos/platform/telos .platform, 1.2,
1.3
David Gay
idgay at users.sourceforge.net
Mon Jul 11 16:38:12 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/tos/platform/telos
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29401/telos
Modified Files:
.platform
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/telos/.platform,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** .platform 23 Dec 2004 01:11:28 -0000 1.2
--- .platform 11 Jul 2005 23:38:10 -0000 1.3
***************
*** 5,8 ****
--- 5,10 ----
push @opts, "-mingw-gcc" if $cygwin;
+ push @opts, "-I$TOSDIR/lib/Flash";
+ push @opts, "-I$TOSDIR/lib/Flash/AT45DB";
@commonplatforms = ("msp430");
More information about the Tinyos-commits
mailing list