[Tinyos-2-commits] CVS: tinyos-2.x/support/make/msp id.extra, NONE, 1.1

dmm rincon at users.sourceforge.net
Tue Dec 4 10:30:39 PST 2007


Update of /cvsroot/tinyos/tinyos-2.x/support/make/msp
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31453

Added Files:
	id.extra 
Log Message:
Creation.  Use the id option to output the msp430's ihex file with the correct node ID, for you to install the binary to a node manually.  Example:  "make telosb id.3"

--- NEW FILE: id.extra ---
# The id.extra will simply output the binary with altered node id's and
# will not install the application to the node. You can install it manually.
#   Usage:  make telosb id.3  
#                 ==> Outputs main.ihex.out-3 

NODEID = $(ID)
BUILD_DEPS = setid



More information about the Tinyos-2-commits mailing list