[Tinyos-2-commits] CVS: tinyos-2.x/support/make/avr avr.rules, 1.21, 1.22

John Regehr regehr at users.sourceforge.net
Fri Apr 10 15:32:08 PDT 2009


Update of /cvsroot/tinyos/tinyos-2.x/support/make/avr
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29915/avr

Modified Files:
	avr.rules 
Log Message:
add stack checking makefile support

Index: avr.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/avr/avr.rules,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** avr.rules	6 Dec 2008 03:40:39 -0000	1.21
--- avr.rules	10 Apr 2009 22:32:06 -0000	1.22
***************
*** 140,143 ****
--- 140,148 ----
  	@nescc-wiring $(WIRING_CHECK_FILE)
  endif
+ ifdef STACK_CHECK
+ 	@echo
+ 	@tos-ramsize $(PLATFORM) $(MAIN_EXE)
+ 	@echo
+ endif
  	@echo "    compiled $(COMPONENT) to $(MAIN_EXE)"
  



More information about the Tinyos-2-commits mailing list