From a3f2d20169eb0f92c44ca48c52debb00ed49188e Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Sun, 28 Oct 2018 18:57:17 +0100 Subject: [PATCH] dist/testbed-support: add new iotlab archi nrf52840dk and microbit --- dist/testbed-support/makefile.iotlab.single.inc.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/testbed-support/makefile.iotlab.single.inc.mk b/dist/testbed-support/makefile.iotlab.single.inc.mk index ebc10ded7b..21984e2127 100644 --- a/dist/testbed-support/makefile.iotlab.single.inc.mk +++ b/dist/testbed-support/makefile.iotlab.single.inc.mk @@ -70,7 +70,9 @@ 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_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_wsn430-v1_3b = wsn430:cc1101 -- GitLab