[Tinyos-2-commits] CVS: tinyos-2.x/support/make/msp msp.rules, 1.5, 1.6

Jan Beutel beutel at users.sourceforge.net
Fri Aug 17 08:47:33 PDT 2007


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

Modified Files:
	msp.rules 
Log Message:
added new extra target tos_buildinfo to create an xml file containing metrics and info of the builds, e.g. memory sizes

Index: msp.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/msp/msp.rules,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** msp.rules	11 Apr 2007 21:30:08 -0000	1.5
--- msp.rules	17 Aug 2007 15:47:30 -0000	1.6
***************
*** 73,76 ****
--- 73,79 ----
  	@cmd () { echo "$$@"; $$@; }; if [ x = x$(NODEID) ]; then cmd cp $(MAIN_IHEX) $(INSTALL_IHEX); else cmd $(SET_ID) --objcopy $(OBJCOPY) --objdump $(OBJDUMP) --target ihex $(MAIN_IHEX) $(INSTALL_IHEX) TOS_NODE_ID=$(NODEID) $(AMADDR)=$(NODEID); fi
  
+ tos_buildinfo: ihex build_buildinfo FORCE
+   @:
+   
  tosimage: ihex build_tosimage FORCE
  	@:



More information about the Tinyos-2-commits mailing list