changed to use msp430-bsl to upload programs
This commit is contained in:
parent
f0ce3a5292
commit
14892592c6
1 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile.sky,v 1.4 2007/03/22 23:59:54 adamdunkels Exp $
|
# $Id: Makefile.sky,v 1.5 2007/03/23 16:27:14 nifi Exp $
|
||||||
|
|
||||||
|
|
||||||
ARCH=msp430.c minileds.c watchdog.c light.c button.c spi.c ds2411.c \
|
ARCH=msp430.c minileds.c watchdog.c light.c button.c spi.c ds2411.c \
|
||||||
|
@ -20,12 +20,13 @@ include $(CONTIKI)/cpu/msp430/Makefile.msp430
|
||||||
contiki-$(TARGET).a: ${addprefix $(OBJECTDIR)/,symbols.o}
|
contiki-$(TARGET).a: ${addprefix $(OBJECTDIR)/,symbols.o}
|
||||||
# $(AR) rcf $@ $^
|
# $(AR) rcf $@ $^
|
||||||
|
|
||||||
BSL=$(CONTIKI)/tools/msp430-bsl
|
BSL=msp430-bsl
|
||||||
|
|
||||||
ifndef COMPORT
|
ifndef COMPORT
|
||||||
COMPORT := /dev/ttyUSB0
|
COMPORT := /dev/ttyUSB0
|
||||||
endif
|
endif
|
||||||
%.up: %.ihex
|
|
||||||
|
%.u: %.ihex
|
||||||
$(BSL) --telosb -D -c $(COMPORT) -r -e -I -p $<
|
$(BSL) --telosb -D -c $(COMPORT) -r -e -I -p $<
|
||||||
|
|
||||||
%.send: %.ce
|
%.send: %.ce
|
||||||
|
|
Loading…
Add table
Reference in a new issue