wsn430: IoT-LAB requires the HEXFILE for flashing
This commit is contained in:
parent
3bba0c5895
commit
9d891c7b75
@ -15,3 +15,6 @@ include $(RIOTMAKE)/tools/serial.inc.mk
|
|||||||
# configure the flash tool
|
# configure the flash tool
|
||||||
export FLASHER = mspdebug
|
export FLASHER = mspdebug
|
||||||
export FFLAGS = -d $(PORT) -j uif "prog $(HEXFILE)"
|
export FFLAGS = -d $(PORT) -j uif "prog $(HEXFILE)"
|
||||||
|
|
||||||
|
# Use the HEXFILE when using iot-lab.single.inc.mk
|
||||||
|
IOTLAB_FLASHFILE = $(HEXFILE)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user