Skip to content
Snippets Groups Projects
Unverified Commit 6f37f7ed authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

Merge pull request #10240 from cladmi/pr/iotlab/add_new_architectures

makefile.iotlab.single.inc.mk: add new IoT-LAB supported nodes
parents ea219c3e 8179038a
No related branches found
No related tags found
No related merge requests found
...@@ -65,13 +65,16 @@ _IOTLAB_EXP_ID := $(if $(IOTLAB_EXP_ID),--id $(IOTLAB_EXP_ID)) ...@@ -65,13 +65,16 @@ _IOTLAB_EXP_ID := $(if $(IOTLAB_EXP_ID),--id $(IOTLAB_EXP_ID))
IOTLAB_NODE_AUTO_NUM ?= 1 IOTLAB_NODE_AUTO_NUM ?= 1
# board-archi mapping # 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-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_3b = wsn430:cc1101
IOTLAB_ARCHI_wsn430-v1_4 = wsn430:cc2420 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)) IOTLAB_ARCHI := $(IOTLAB_ARCHI_$(BOARD))
# Try detecting the node automatically # Try detecting the node automatically
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment