1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

makefile.iotlab.single.inc.mk: add new IoT-LAB supported nodes

Support for `nrf52dk` and `samr30-xpro` has been added on saclay site.
This commit is contained in:
Gaëtan Harter 2018-10-24 15:09:29 +02:00
parent 599bc2afd2
commit 8179038a8c
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -67,9 +67,12 @@ IOTLAB_NODE_AUTO_NUM ?= 1
# board-archi mapping
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 := $(IOTLAB_ARCHI_$(BOARD))