[Tinyos-2-commits] CVS: tinyos-2.x/support/make/avr avr.rules, 1.5,
1.6
Jan Beutel
beutel at users.sourceforge.net
Fri Aug 17 08:47:32 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/support/make/avr
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26534/support/make/avr
Modified Files:
avr.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: avr.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/avr/avr.rules,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** avr.rules 11 Apr 2007 21:07:56 -0000 1.5
--- avr.rules 17 Aug 2007 15:47:30 -0000 1.6
***************
*** 49,53 ****
endif
! BUILDLESS_DEPS += bytes
ifndef NOWIRING
--- 49,53 ----
endif
! BUILDLESS_DEPS += bytes
ifndef NOWIRING
***************
*** 84,87 ****
--- 84,90 ----
$(OBJCOPY) --output-target=srec $(MAIN_EXE) $(MAIN_SREC)
+ tos_buildinfo: ihex build_buildinfo FORCE
+ @:
+
tosimage: ihex build_tosimage FORCE
@:
More information about the Tinyos-2-commits
mailing list