[Tinyos-commits] CVS: tinyos-1.x/tools/make/msp bsl.extra, 1.12,
1.13
David Gay
idgay at users.sourceforge.net
Thu Dec 15 13:40:48 PST 2005
Update of /cvsroot/tinyos/tinyos-1.x/tools/make/msp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22399
Modified Files:
bsl.extra
Log Message:
use tos-bsl if it's available (for users who've installed the 2.x tools)
Index: bsl.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/make/msp/bsl.extra,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** bsl.extra 22 Mar 2005 20:15:26 -0000 1.12
--- bsl.extra 15 Dec 2005 21:40:45 -0000 1.13
***************
*** 15,19 ****
PROGRAM = bsl
! MSP_BSL ?= msp430-bsl
# BSL is the comm port, can be specified as "bsl,2" when making
BSL ?= auto
--- 15,20 ----
PROGRAM = bsl
! MSP_BSL ?= $(shell if type tos-bsl >/dev/null 2>/dev/null; then echo tos-bsl; else echo msp430-bsl; fi)
!
# BSL is the comm port, can be specified as "bsl,2" when making
BSL ?= auto
More information about the Tinyos-commits
mailing list