From b389b881cf78c9aa90298af95c3f8baf14853338 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 8 Oct 2019 14:35:59 +0200 Subject: [PATCH 1/2] dist/testbed-support: add nrf52840mdk in IOTLAB_NODE targets --- dist/testbed-support/makefile.iotlab.single.inc.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/testbed-support/makefile.iotlab.single.inc.mk b/dist/testbed-support/makefile.iotlab.single.inc.mk index 50b7b272291b..e21e4a4e5ae1 100644 --- a/dist/testbed-support/makefile.iotlab.single.inc.mk +++ b/dist/testbed-support/makefile.iotlab.single.inc.mk @@ -76,6 +76,7 @@ IOTLAB_ARCHI_microbit = microbit:ble IOTLAB_ARCHI_nrf51dk = nrf51dk:ble IOTLAB_ARCHI_nrf52dk = nrf52dk:ble IOTLAB_ARCHI_nrf52840dk = nrf52840dk:multi +IOTLAB_ARCHI_nrf52840-mdk = nrf52840mdk:multi IOTLAB_ARCHI_pba-d-01-kw2x = phynode:kw2xrf IOTLAB_ARCHI_samr21-xpro = samr21:at86rf233 IOTLAB_ARCHI_samr30-xpro = samr30:at86rf212b From bdd3fed598c1363e33c48a8bc9a6f97b6f35fbee Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 16 Oct 2019 11:33:31 +0200 Subject: [PATCH 2/2] dist/testbed-support: add nrf52832mdk in IOTLAB_NODE targets --- dist/testbed-support/makefile.iotlab.single.inc.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/testbed-support/makefile.iotlab.single.inc.mk b/dist/testbed-support/makefile.iotlab.single.inc.mk index e21e4a4e5ae1..8e45aa3accee 100644 --- a/dist/testbed-support/makefile.iotlab.single.inc.mk +++ b/dist/testbed-support/makefile.iotlab.single.inc.mk @@ -75,6 +75,7 @@ IOTLAB_ARCHI_iotlab-m3 = m3:at86rf231 IOTLAB_ARCHI_microbit = microbit:ble IOTLAB_ARCHI_nrf51dk = nrf51dk:ble IOTLAB_ARCHI_nrf52dk = nrf52dk:ble +IOTLAB_ARCHI_nrf52832-mdk = nrf52832mdk:ble IOTLAB_ARCHI_nrf52840dk = nrf52840dk:multi IOTLAB_ARCHI_nrf52840-mdk = nrf52840mdk:multi IOTLAB_ARCHI_pba-d-01-kw2x = phynode:kw2xrf