[Tinyos-2-commits]
CVS: tinyos-2.x/support/make/avr avr.rules, 1.11, 1.12
Kevin Klues
klueska at users.sourceforge.net
Tue Mar 11 02:34:16 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/support/make/avr
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13099/avr
Modified Files:
avr.rules
Log Message:
Changed bsl.exra to search for the string between the commas and not short circuiting after seeing a digit when installing to some default tty device. Also added some more variables to the avr.rules and msp430.rules to allow more flexibility in the way the tos-storage-XXX scripts are invoked
Index: avr.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/avr/avr.rules,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** avr.rules 11 Mar 2008 08:28:54 -0000 1.11
--- avr.rules 11 Mar 2008 09:34:13 -0000 1.12
***************
*** 48,52 ****
INSTALL_SREC = $(MAIN_SREC).out$(if $(NODEID),-$(NODEID),)
VOLUMEFILE = volumes-at45db.xml
! VOLUME_ALLOCATOR = tos-storage-at45db
VOLUME_ALLOCATOR_FLAGS ?=
--- 48,52 ----
INSTALL_SREC = $(MAIN_SREC).out$(if $(NODEID),-$(NODEID),)
VOLUMEFILE = volumes-at45db.xml
! VOLUME_ALLOCATOR ?= tos-storage-at45db
VOLUME_ALLOCATOR_FLAGS ?=
More information about the Tinyos-2-commits
mailing list