[Tinyos-2-commits]
CVS: tinyos-2.x/support/make/null null.rules, 1.5, 1.6
Kevin Klues
klueska at users.sourceforge.net
Tue Mar 11 02:34:16 PDT 2008
- Previous message: [Tinyos-2-commits]
CVS: tinyos-2.x/support/make/avr avr.rules, 1.11, 1.12
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/support/make eyesIFXv1.target,
1.4, 1.5 eyesIFXv2.target, 1.4, 1.5 intelmote2.target, 1.3,
1.4 telosa.target, 1.5, 1.6 telosb.target, 1.4,
1.5 tinynode.target, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/support/make/null
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13099/null
Modified Files:
null.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: null.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/null/null.rules,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** null.rules 1 Feb 2008 20:25:37 -0000 1.5
--- null.rules 11 Mar 2008 09:34:14 -0000 1.6
***************
*** 22,25 ****
--- 22,26 ----
INSTALL_SREC = $(MAIN_SREC).out$(if $(NODEID),-$(NODEID),)
VOLUMEFILE = volumes-at45db.xml
+ VOLUME_ALLOCATOR ?= tos-storage-at45db
PFLAGS += -Wall -Wshadow $(NESC_FLAGS)
***************
*** 40,44 ****
$(BUILDDIR)/StorageVolumes.h: $(VOLUMEFILE)
! tos-storage-at45db <$(VOLUMEFILE) >$@
PFLAGS += -I$(BUILDDIR)
--- 41,45 ----
$(BUILDDIR)/StorageVolumes.h: $(VOLUMEFILE)
! $(VOLUME_ALLOCATOR) $(VOLUME_ALLOCATOR_FLAGS) <$(VOLUMEFILE) >$@
PFLAGS += -I$(BUILDDIR)
- Previous message: [Tinyos-2-commits]
CVS: tinyos-2.x/support/make/avr avr.rules, 1.11, 1.12
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/support/make eyesIFXv1.target,
1.4, 1.5 eyesIFXv2.target, 1.4, 1.5 intelmote2.target, 1.3,
1.4 telosa.target, 1.5, 1.6 telosb.target, 1.4,
1.5 tinynode.target, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list