[Tinyos-commits] CVS: tinyos-1.x/tools/make eyesIFXv2.target, 1.7, 1.8

Vlado Handziski vlahan at users.sourceforge.net
Mon Nov 7 04:04:03 PST 2005


Update of /cvsroot/tinyos/tinyos-1.x/tools/make
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13090

Modified Files:
	eyesIFXv2.target 
Log Message:
Supporting both the old and the new device naming scheme

Index: eyesIFXv2.target
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/eyesIFXv2.target,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** eyesIFXv2.target	3 Nov 2005 17:21:22 -0000	1.7
--- eyesIFXv2.target	7 Nov 2005 12:04:01 -0000	1.8
***************
*** 7,11 ****
  MSP_BSL_FLAGS ?= --invert-test --invert-reset --f1x
  
! BSL?=/dev/ttyUSB1
  
  ifndef DEFAULT_PROGRAM
--- 7,16 ----
  MSP_BSL_FLAGS ?= --invert-test --invert-reset --f1x
  
! BSL?=1
! ifeq (,$(findstring /dev/ttyUSB,$(BSL)))
!   ifneq (,$(findstring USB,$(BSL)))
!     BSL:=/dev/tty$(BSL)
!   endif
! endif
  
  ifndef DEFAULT_PROGRAM



More information about the Tinyos-commits mailing list