2019-02-19 14:50:58 +01:00
|
|
|
DEVELHELP ?= 0
|
2022-02-09 14:28:09 +01:00
|
|
|
|
2023-05-10 10:36:12 +02:00
|
|
|
include ../Makefile.sys_common
|
2019-02-19 14:50:58 +01:00
|
|
|
|
2022-02-09 14:28:09 +01:00
|
|
|
USEMODULE += ztimer_auto_adjust
|
|
|
|
USEMODULE += ztimer_overhead
|
|
|
|
USEMODULE += ztimer_usec
|
2019-02-19 14:50:58 +01:00
|
|
|
|
2022-04-01 12:21:20 +02:00
|
|
|
# microbit qemu timing is off
|
|
|
|
TEST_ON_CI_BLACKLIST += microbit
|
|
|
|
|
2024-02-01 09:55:55 +01:00
|
|
|
# The test is sensitive to background CPU load. On the CI workers a lot of
|
|
|
|
# compilation tasks are run in parallel, making this test randomly fail.
|
2024-02-01 13:55:02 +01:00
|
|
|
TEST_ON_CI_BLACKLIST += native native64
|
2024-02-01 09:55:55 +01:00
|
|
|
|
2019-02-19 14:50:58 +01:00
|
|
|
include $(RIOTBASE)/Makefile.include
|