[Tinyos-commits] CVS: tinyos-1.x/tos/platform/mica2 .platform, 1.2,
1.3
Jonathan Hui
jwhui at users.sourceforge.net
Thu Jul 21 12:10:35 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/tos/platform/mica2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4367
Modified Files:
.platform
Log Message:
- Put flash include directories in @includes instead of @opts.
Index: .platform
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/platform/mica2/.platform,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** .platform 11 Jul 2005 23:38:09 -0000 1.2
--- .platform 21 Jul 2005 19:10:32 -0000 1.3
***************
*** 1,2 ****
--- 1,10 ----
+
+ push( @includes, qw(
+
+ %T/lib/Flash
+ %T/lib/Flash/AT45DB
+
+ ) );
+
@opts = ("-gcc=avr-gcc",
"-mmcu=atmega128",
***************
*** 5,10 ****
push @opts, "-mingw-gcc" if $cygwin;
- push @opts, "-I$TOSDIR/lib/Flash";
- push @opts, "-I$TOSDIR/lib/Flash/AT45DB";
@commonplatforms = ("mica128", "mica", "avrmote");
--- 13,16 ----
More information about the Tinyos-commits
mailing list