mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #20685 from maribu/tests/drop-kconfig-workaround
tests: drop temporary KConfig workaround
This commit is contained in:
commit
4131abd2ae
@ -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
|
||||
|
@ -1,4 +1,11 @@
|
||||
BOARD_INSUFFICIENT_MEMORY := \
|
||||
arduino-duemilanove \
|
||||
arduino-leonardo \
|
||||
arduino-nano \
|
||||
arduino-uno \
|
||||
atmega328p \
|
||||
atmega328p-xplained-mini \
|
||||
atmega8 \
|
||||
nucleo-l011k4 \
|
||||
samd10-xmini \
|
||||
stm32f030f4-demo \
|
||||
|
@ -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)
|
||||
|
@ -1,5 +1,12 @@
|
||||
BOARD_INSUFFICIENT_MEMORY := \
|
||||
nucleo-f031k6 \
|
||||
arduino-duemilanove \
|
||||
arduino-leonardo \
|
||||
arduino-nano \
|
||||
arduino-uno \
|
||||
atmega328p \
|
||||
atmega328p-xplained-mini \
|
||||
atmega8 \
|
||||
nucleo-l011k4 \
|
||||
samd10-xmini \
|
||||
stm32f030f4-demo \
|
||||
#
|
||||
|
@ -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
|
||||
|
12
tests/net/ieee802154_submac/Makefile.ci
Normal file
12
tests/net/ieee802154_submac/Makefile.ci
Normal file
@ -0,0 +1,12 @@
|
||||
BOARD_INSUFFICIENT_MEMORY := \
|
||||
arduino-duemilanove \
|
||||
arduino-leonardo \
|
||||
arduino-nano \
|
||||
arduino-uno \
|
||||
atmega328p \
|
||||
atmega328p-xplained-mini \
|
||||
atmega8 \
|
||||
nucleo-l011k4 \
|
||||
samd10-xmini \
|
||||
stm32f030f4-demo \
|
||||
#
|
Loading…
Reference in New Issue
Block a user