wsn430: IoT-LAB requires the HEXFILE for flashing

This commit is contained in:
Gaëtan Harter 2018-04-24 17:04:26 +02:00
parent 3bba0c5895
commit 9d891c7b75
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -15,3 +15,6 @@ include $(RIOTMAKE)/tools/serial.inc.mk
# configure the flash tool
export FLASHER = mspdebug
export FFLAGS = -d $(PORT) -j uif "prog $(HEXFILE)"
# Use the HEXFILE when using iot-lab.single.inc.mk
IOTLAB_FLASHFILE = $(HEXFILE)