2023-05-10 10:36:12 +02:00
|
|
|
include ../Makefile.sys_common
|
2014-03-04 22:41:18 +01:00
|
|
|
|
2016-11-08 16:38:04 +01:00
|
|
|
USEMODULE += fmt
|
2015-08-03 19:21:21 +02:00
|
|
|
USEMODULE += posix_semaphore
|
2022-03-08 09:18:06 +01:00
|
|
|
USEMODULE += ztimer64_usec
|
2014-03-04 22:41:18 +01:00
|
|
|
|
2022-04-01 12:21:20 +02:00
|
|
|
# microbit qemu failing currently
|
|
|
|
TEST_ON_CI_BLACKLIST += microbit
|
|
|
|
|
2024-02-20 12:30:23 +01:00
|
|
|
# native / native64 may fail under load with:
|
|
|
|
# first: waited too long <NUM> usec => FAILED
|
|
|
|
TEST_ON_CI_BLACKLIST += native native64
|
|
|
|
|
2014-03-04 22:41:18 +01:00
|
|
|
include $(RIOTBASE)/Makefile.include
|