2020-09-18 14:51:08 +02:00
|
|
|
DEVELHELP ?= 0
|
2023-05-10 10:36:12 +02:00
|
|
|
include ../Makefile.sys_common
|
2020-09-18 14:51:08 +02:00
|
|
|
|
2020-10-09 13:05:22 +02:00
|
|
|
# The test depends on how fast and often the host schedules the RIOT native
|
|
|
|
# application. If the host is busy enough it won't schedule the process,
|
|
|
|
# delaying the application, thus delaying the time measurement. This happens
|
|
|
|
# often on ci with resulting offsets of +10ms
|
|
|
|
TEST_ON_CI_BLACKLIST += native
|
|
|
|
|
2020-09-18 14:51:08 +02:00
|
|
|
USEMODULE += fmt
|
|
|
|
USEMODULE += ztimer_usec ztimer_msec
|
|
|
|
|
2022-04-01 12:21:20 +02:00
|
|
|
# microbit qemu lacks rtt
|
|
|
|
TEST_ON_CI_BLACKLIST += microbit
|
|
|
|
|
2020-09-18 14:51:08 +02:00
|
|
|
include $(RIOTBASE)/Makefile.include
|