Skip to content

Commit 61679fb

Browse files
committed
tests/pkg/openwsn*: drop whitelist
Now that OpenWSN depends on netif_openwsn, there is no need for manually tracking which boards are supported
1 parent 4cf1d5e commit 61679fb

2 files changed

Lines changed: 0 additions & 56 deletions

File tree

tests/pkg/openwsn/Makefile

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,6 @@ BOARD ?= iotlab-m3
22

33
include ../Makefile.pkg_common
44

5-
# list of arm boards that provide at86rf2xx radios, cc2538_rf or nrf52840
6-
# radios
7-
BOARD_WHITELIST = \
8-
adafruit-clue \
9-
adafruit-itsybitsy-nrf52 \
10-
arduino-nano-33-ble \
11-
cc2538dk \
12-
feather-nrf52840 \
13-
firefly \
14-
iotlab-m3 \
15-
iotlab-a8-m3 \
16-
nrf52840-mdk \
17-
nrf52840dk \
18-
nrf52840dongle \
19-
omote \
20-
openmote-b \
21-
openmote-cc2538 \
22-
particle-argon \
23-
particle-boron \
24-
particle-xenon \
25-
samr21-xpro \
26-
samr30-xpro \
27-
reel \
28-
remote-pa \
29-
remote-reva \
30-
remote-revb \
31-
#
32-
335
# OpenWSN Modules
346
USEPKG += openwsn
357
USEMODULE += openwsn_openstack

tests/pkg/openwsn_sock_udp/Makefile

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,6 @@ BOARD ?= samr21-xpro
22

33
include ../Makefile.pkg_common
44

5-
# list of arm boards that provide at86rf2xx radios, cc2538_rf or nrf52840
6-
# radios
7-
BOARD_WHITELIST = \
8-
adafruit-clue \
9-
adafruit-itsybitsy-nrf52 \
10-
arduino-nano-33-ble \
11-
cc2538dk \
12-
feather-nrf52840 \
13-
firefly \
14-
iotlab-m3 \
15-
iotlab-a8-m3 \
16-
nrf52840-mdk \
17-
nrf52840dk \
18-
nrf52840dongle \
19-
omote \
20-
openmote-b \
21-
openmote-cc2538 \
22-
particle-argon \
23-
particle-boron \
24-
particle-xenon \
25-
samr21-xpro \
26-
samr30-xpro \
27-
reel \
28-
remote-pa \
29-
remote-reva \
30-
remote-revb \
31-
#
32-
335
USEPKG += openwsn
346
USEMODULE += openwsn_openstack
357
USEMODULE += openwsn_scheduler

0 commit comments

Comments
 (0)