[Tinyos-2-commits] CVS: tinyos-2.x/support/make/avr avr.rules, 1.7,
1.8
Phil Levis
scipio at users.sourceforge.net
Fri Feb 1 12:25:39 PST 2008
Update of /cvsroot/tinyos/tinyos-2.x/support/make/avr
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20159/avr
Modified Files:
avr.rules
Log Message:
Added proper AM group support. Says something that nobody noticed...
Index: avr.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/avr/avr.rules,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** avr.rules 6 Nov 2007 19:32:56 -0000 1.7
--- avr.rules 1 Feb 2008 20:25:37 -0000 1.8
***************
*** 49,52 ****
--- 49,55 ----
PFLAGS += -DTOSH_DATA_LENGTH=$(MSG_SIZE)
endif
+ ifdef DEFAULT_LOCAL_GROUP
+ PFLAGS += -DDEFINED_TOS_AM_GROUP=$(DEFAULT_LOCAL_GROUP)
+ endif
AVRGCCMAJOR = $(shell avr-gcc -v 2>&1 | grep "gcc version" | sed -n 's/gcc version \([2-5]\)\.\([0-9]\)\.\([0-9]\).*/\1/p')
More information about the Tinyos-2-commits
mailing list