1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/xtimer_now32_overflow/Makefile
Francisco Molina 46ae295028 tests/xtimer*: select xtimer_no_ztimer_default for tests requiring it
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.
2022-03-17 14:37:40 +01:00

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