[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX .family,
1.3, 1.4
Kevin Klues
klueska at users.sourceforge.net
Thu Jan 17 15:19:01 PST 2008
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26868/tos/platforms/eyesIFX
Modified Files:
.family
Log Message:
Added functionality for setting the TOS scheduler via flag to ncc. Updated .platform files to be backwards compatible, but by default no longer explicitly set the -fnesc-scheduler-flag unless using an older version of ncc
Index: .family
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/.family,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** .family 7 Nov 2006 19:31:22 -0000 1.3
--- .family 17 Jan 2008 23:18:59 -0000 1.4
***************
*** 35,40 ****
-fnesc-target=msp430
-fnesc-no-debug
- -fnesc-scheduler=TinySchedulerC,TinySchedulerC.TaskBasic,TaskBasic,TaskBasic,runTask,postTask
) );
! push @opts, "-mingw-gcc" if $cygwin;
\ No newline at end of file
--- 35,40 ----
-fnesc-target=msp430
-fnesc-no-debug
) );
! push @opts, "-fnesc-scheduler=TinySchedulerC,TinySchedulerC.TaskBasic,TaskBasic,TaskBasic,runTask,postTask" if !$with_scheduler_flag;
! push @opts, "-mingw-gcc" if $cygwin;
More information about the Tinyos-2-commits
mailing list