[Tinyos-commits] CVS: tinyos-1.x/tos/platform/micaz .platform, 1.3, 1.4

Jonathan Hui jwhui at users.sourceforge.net
Thu Jul 21 23:16:00 PDT 2005


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

Modified Files:
	.platform 
Log Message:
- Move includes for flash directories from @opts to @includes.



Index: .platform
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/platform/micaz/.platform,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** .platform	11 Jul 2005 23:38:09 -0000	1.3
--- .platform	22 Jul 2005 06:15:57 -0000	1.4
***************
*** 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 = ("mica2", "mica128", "mica", "avrmote");
--- 13,16 ----



More information about the Tinyos-commits mailing list