[Tinyos-commits] CVS: tinyos-1.x/tos/platform/telos .platform, 1.5, 1.6

Joe Polastre jpolastre at users.sourceforge.net
Wed Oct 26 14:13:01 PDT 2005


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

Modified Files:
	.platform 
Log Message:
Removing changes from September 28, 2005 committed by Moteiv Corporation.
Code is rolled back to its state as of September 28, 2005 at 00:00:00.

Moteiv uses an Apache style license (see http://www.moteiv.com/MOTEIV-LICENSE.txt)
that provides additional safegaurds not found in the BSD license.  Since the
BSD license is the only license accepted for the core TinyOS system, our code
must be moved to contrib/moteiv where the Moteiv license is accepted.

If you found any of this code or its improvements useful, you can compile for
Tmote Sky with the following:

1) Set your TOSMAKE_DIR to point to 
tinyos-1.x/contrib/moteiv/tools/make
with the command:
export TOSMAKE_DIR=$(TOSDIR)/../contrib/moteiv/tools/make

2) Compile your applications with 'make tmote' instead of 'make telosb'
This will pull in the Moteiv code that is being removed from the main tree.


Index: .platform
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/platform/telos/.platform,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** .platform	28 Sep 2005 10:41:11 -0000	1.5
--- .platform	26 Oct 2005 21:12:58 -0000	1.6
***************
*** 11,17 ****
    %T/platform/telos
    %T/platform/msp430
-   %T/platform/msp430/adc
-   %T/platform/msp430/dac
-   %T/platform/msp430/dma
    %T/lib/Flash/AT45DB
    %T/lib/Flash
--- 11,14 ----



More information about the Tinyos-commits mailing list