mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
46ae295028
These tests need to be tested on xtimer, and if using ztimer_xtimer_compat the full api will not be provided, therefore also blacklist BOARDs that will en up selecting ztimer by default.
24 lines
637 B
Makefile
24 lines
637 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += xtimer
|
|
USEMODULE += xtimer_no_ztimer_default
|
|
|
|
DISABLE_MODULE += auto_init_xtimer
|
|
|
|
# Boards that can't run only on xtimer or that always select ztimer
|
|
BOARD_BLACKLIST += \
|
|
feather-nrf52840 \
|
|
hamilton \
|
|
mulle \
|
|
pinetime \
|
|
ruuvitag \
|
|
stm32f429i-disco \
|
|
thingy52 \
|
|
waspmote-pro \
|
|
weact-f401cc \
|
|
weact-f401ce \
|
|
weact-f411ce \
|
|
#
|
|
|
|
include $(RIOTBASE)/Makefile.include
|