[Tinyos-commits] CVS: tinyos-1.x/tools/make eyesIFXv2.target, 1.6,
1.7
Vlado Handziski
vlahan at users.sourceforge.net
Thu Nov 3 09:21:25 PST 2005
Update of /cvsroot/tinyos/tinyos-1.x/tools/make
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20421/tools/make
Modified Files:
eyesIFXv2.target
Log Message:
Back to using full device names
Index: eyesIFXv2.target
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/eyesIFXv2.target,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** eyesIFXv2.target 20 Oct 2005 13:17:17 -0000 1.6
--- eyesIFXv2.target 3 Nov 2005 17:21:22 -0000 1.7
***************
*** 7,14 ****
MSP_BSL_FLAGS ?= --invert-test --invert-reset --f1x
! BSL?=1
! ifneq (,$(findstring USB,$(BSL)))
! BSL:=/dev/tty$(BSL)
! endif
ifndef DEFAULT_PROGRAM
--- 7,11 ----
MSP_BSL_FLAGS ?= --invert-test --invert-reset --f1x
! BSL?=/dev/ttyUSB1
ifndef DEFAULT_PROGRAM
More information about the Tinyos-commits
mailing list