[Tinyos-commits] CVS: tinyos-1.x/tools/java/net/tinyos/deluge README.txt, NONE, 1.1

Jonathan Hui jwhui at users.sourceforge.net
Mon Feb 13 20:24:09 PST 2006


Update of /cvsroot/tinyos/tinyos-1.x/tools/java/net/tinyos/deluge
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26849

Added Files:
	README.txt 
Log Message:

Instructions for those without msp430-gcc and want to compile the
deluge tools.



--- NEW FILE: README.txt ---

Deluge 2.0 Tools

By default, the Makefile attempts to compile Deluge tools using the
telosb platform. If you do not have the telos platform tools installed
and would like to compile for use with the mica platforms, do the
following:

In tinyos-1.x/tools/java/net/tinyos/deluge/Makefile, change:
  DELUGE_PLATFORM=telosb
to:
  DELUGE_PLATFORM=mica2
and comment out the include for CC2420Radio:
  -I$(TOS)/lib/CC2420Radio



More information about the Tinyos-commits mailing list