[Tinyos-commits] CVS: tinyos-1.x/tools/make/avr avr.rules, 1.11,
1.12
David Gay
idgay at users.sourceforge.net
Tue Feb 7 09:45:28 PST 2006
Update of /cvsroot/tinyos/tinyos-1.x/tools/make/avr
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16851/avr
Modified Files:
avr.rules
Log Message:
2.x toolchain support
Index: avr.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/avr/avr.rules,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** avr.rules 18 May 2005 02:15:43 -0000 1.11
--- avr.rules 7 Feb 2006 17:45:26 -0000 1.12
***************
*** 26,30 ****
OBJCOPY = avr-objcopy
OBJDUMP = avr-objdump
! SET_ID = set-mote-id
PROGRAMMER = uisp
NCC = ncc
--- 26,30 ----
OBJCOPY = avr-objcopy
OBJDUMP = avr-objdump
! SET_ID = $(shell if type tos-set-symbols >/dev/null 2>/dev/null; then echo tos-set-symbols; else echo set-mote-id; fi)
PROGRAMMER = uisp
NCC = ncc
More information about the Tinyos-commits
mailing list