diff --git a/dist/testbed-support/makefile.iotlab.single.inc.mk b/dist/testbed-support/makefile.iotlab.single.inc.mk index 5b58bffc48b6c795126f9af68803b1ce4b9f62f3..ebc10ded7b1d08cea113f20ef58e6bdb20a643c2 100644 --- a/dist/testbed-support/makefile.iotlab.single.inc.mk +++ b/dist/testbed-support/makefile.iotlab.single.inc.mk @@ -65,13 +65,16 @@ _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_b-l475e-iot01a = st-iotnode:multi IOTLAB_ARCHI_iotlab-a8-m3 = a8:at86rf231 +IOTLAB_ARCHI_iotlab-m3 = m3:at86rf231 +IOTLAB_ARCHI_nrf52dk = nrf52dk:ble +IOTLAB_ARCHI_samr21-xpro = samr21:at86rf233 +IOTLAB_ARCHI_samr30-xpro = samr30:at86rf215 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