mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +00:00
Added inclusion of Tmote Sky bulk upload makefile
This commit is contained in:
parent
44eb40099d
commit
dd8469ee4a
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile.sky,v 1.9 2007/05/25 08:08:21 adamdunkels Exp $
|
# $Id: Makefile.sky,v 1.10 2007/10/25 13:28:15 adamdunkels Exp $
|
||||||
|
|
||||||
|
|
||||||
ARCH=msp430.c leds.c watchdog.c light.c button.c spi.c ds2411.c \
|
ARCH=msp430.c leds.c watchdog.c light.c button.c spi.c ds2411.c \
|
||||||
@ -29,6 +29,8 @@ ifndef COMPORT
|
|||||||
COMPORT := /dev/ttyUSB0
|
COMPORT := /dev/ttyUSB0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
-include $(CONTIKI)/tools/sky/Makefile
|
||||||
|
|
||||||
%.u: %.ihex
|
%.u: %.ihex
|
||||||
$(BSL) --telosb -D -c $(COMPORT) -r -e -I -p $<
|
$(BSL) --telosb -D -c $(COMPORT) -r -e -I -p $<
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user