diff --git a/dist/testbed-support/makefile.iotlab.single.inc.mk b/dist/testbed-support/makefile.iotlab.single.inc.mk index 5b58bffc48b6c795126f9af68803b1ce4b9f62f3..dc5c11dfc3354729a2011d9b35f010680d87af45 100644 --- a/dist/testbed-support/makefile.iotlab.single.inc.mk +++ b/dist/testbed-support/makefile.iotlab.single.inc.mk @@ -65,13 +65,13 @@ _IOTLAB_EXP_ID := $(if $(IOTLAB_EXP_ID),--id $(IOTLAB_EXP_ID)) IOTLAB_NODE_AUTO_NUM ?= 1 # board-archi mapping -IOTLAB_ARCHI_iotlab-m3 = m3:at86rf231 +IOTLAB_ARCHI_arduino-zero = arduino-zero:xbee +IOTLAB_ARCHI_b-l072z-lrwan1 = st-lrwan1:sx1276 IOTLAB_ARCHI_iotlab-a8-m3 = a8:at86rf231 +IOTLAB_ARCHI_iotlab-m3 = m3:at86rf231 +IOTLAB_ARCHI_samr21-xpro = samr21:at86rf233 IOTLAB_ARCHI_wsn430-v1_3b = wsn430:cc1101 IOTLAB_ARCHI_wsn430-v1_4 = wsn430:cc2420 -IOTLAB_ARCHI_samr21-xpro = samr21:at86rf233 -IOTLAB_ARCHI_arduino-zero = arduino-zero:xbee -IOTLAB_ARCHI_b-l072z-lrwan1 = st-lrwan1:sx1276 IOTLAB_ARCHI := $(IOTLAB_ARCHI_$(BOARD)) # Try detecting the node automatically