From 99fa0e9cf8cea948b53b079e84c64aa1fc8c800d Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Tue, 20 Nov 2018 08:10:08 +0100 Subject: [PATCH] dist/tools/tested-support: update samr30 archi mapping The archi was changed in IoT-LAB: samr30:at86rf215 => samr30:at86rf212b --- dist/testbed-support/makefile.iotlab.single.inc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/testbed-support/makefile.iotlab.single.inc.mk b/dist/testbed-support/makefile.iotlab.single.inc.mk index 21984e2127..3e83a49db2 100644 --- a/dist/testbed-support/makefile.iotlab.single.inc.mk +++ b/dist/testbed-support/makefile.iotlab.single.inc.mk @@ -74,7 +74,7 @@ IOTLAB_ARCHI_microbit = microbit:ble IOTLAB_ARCHI_nrf52dk = nrf52dk:ble IOTLAB_ARCHI_nrf52840dk = nrf52840dk:multi IOTLAB_ARCHI_samr21-xpro = samr21:at86rf233 -IOTLAB_ARCHI_samr30-xpro = samr30:at86rf215 +IOTLAB_ARCHI_samr30-xpro = samr30:at86rf212b IOTLAB_ARCHI_wsn430-v1_3b = wsn430:cc1101 IOTLAB_ARCHI_wsn430-v1_4 = wsn430:cc2420 IOTLAB_ARCHI := $(IOTLAB_ARCHI_$(BOARD)) -- GitLab