Skip to content

Commit

Permalink
tests: drop temporary KConfig workaround
Browse files Browse the repository at this point in the history
The board white list was needed as temporary workaround during the
KConfig migration. As the migration was aborted, the workaround should
no longer be needed.

Partially fixes RIOT-OS#20680
  • Loading branch information
maribu committed May 22, 2024
1 parent fc78e1f commit 8599c11
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 78 deletions.
26 changes: 0 additions & 26 deletions tests/drivers/mrf24j40/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,6 @@ INCLUDES += -I$(APPDIR)

include ../Makefile.drivers_common

# Due to missing Kconfig support, whitelist boards that are known to have a
# working Kconfig dependency resolution.
# Other boards should still work when running with CONTINUE_ON_EXPECTED_ERRORS=1

BOARD_WHITELIST += adafruit-clue \
adafruit-itsybitsy-nrf52 \
arduino-nano-33-ble \
cc2538dk \
feather-nrf52840 \
native \
native64 \
nrf52840dk \
nrf52840dongle \
nrf52840-mdk \
nucleo-l152re \
nucleo-f303re \
nucleo-wl55jc \
omote \
openmote-cc2538 \
reel \
remote-pa \
remote-reva \
remote-revb \
pba-d-01-kw2x \
#

USEMODULE += test_utils_netdev_ieee802154_minimal

# select the driver to test
Expand Down
26 changes: 0 additions & 26 deletions tests/net/ieee802154_hal/Makefile
Original file line number Diff line number Diff line change
@@ -1,31 +1,5 @@
include ../Makefile.net_common

# Due to missing Kconfig support, whitelist boards that are known to have a
# working Kconfig dependency resolution.
# Other boards should still work when running with CONTINUE_ON_EXPECTED_ERRORS=1

BOARD_WHITELIST += adafruit-clue \
adafruit-itsybitsy-nrf52 \
arduino-nano-33-ble \
cc2538dk \
feather-nrf52840 \
native \
native64 \
nrf52840dk \
nrf52840dongle \
nrf52840-mdk \
nucleo-l152re \
nucleo-f303re \
nucleo-wl55jc \
omote \
openmote-cc2538 \
reel \
remote-pa \
remote-reva \
remote-revb \
pba-d-01-kw2x \
#

ifneq (,$(filter native native64,$(BOARD)))
ZEP_PORT_BASE ?= 17754
TERMFLAGS += -z [::1]:$(ZEP_PORT_BASE)
Expand Down
26 changes: 0 additions & 26 deletions tests/net/ieee802154_submac/Makefile
Original file line number Diff line number Diff line change
@@ -1,30 +1,4 @@
include ../Makefile.net_common
#
# Due to missing Kconfig support, whitelist boards that are known to have a
# working Kconfig dependency resolution.
# Other boards should still work when running with CONTINUE_ON_EXPECTED_ERRORS=1

BOARD_WHITELIST += adafruit-clue \
adafruit-itsybitsy-nrf52 \
arduino-nano-33-ble \
cc2538dk \
feather-nrf52840 \
native \
native64 \
nrf52840dk \
nrf52840dongle \
nrf52840-mdk \
nucleo-l152re \
nucleo-f303re \
nucleo-wl55jc \
omote \
openmote-cc2538 \
reel \
remote-pa \
remote-reva \
remote-revb \
pba-d-01-kw2x \
#

USEMODULE += od
USEMODULE += shell
Expand Down

0 comments on commit 8599c11

Please sign in to comment.