2023-05-10 10:36:12 +02:00
|
|
|
include ../Makefile.sys_common
|
2020-04-09 23:33:23 +02:00
|
|
|
|
|
|
|
USEMODULE += xtimer
|
2022-03-09 08:44:23 +01:00
|
|
|
USEMODULE += xtimer_no_ztimer_default
|
2020-04-09 23:33:23 +02:00
|
|
|
|
|
|
|
DISABLE_MODULE += auto_init_xtimer
|
|
|
|
|
2022-03-09 08:44:23 +01:00
|
|
|
# Boards that can't run only on xtimer or that always select ztimer
|
|
|
|
BOARD_BLACKLIST += \
|
2023-02-02 14:55:08 +01:00
|
|
|
esp32s2-wemos-mini \
|
2022-03-09 08:44:23 +01:00
|
|
|
feather-nrf52840 \
|
|
|
|
hamilton \
|
|
|
|
mulle \
|
|
|
|
pinetime \
|
|
|
|
ruuvitag \
|
2023-02-21 16:24:05 +01:00
|
|
|
seeedstudio-gd32 \
|
|
|
|
sipeed-longan-nano \
|
2022-03-09 08:44:23 +01:00
|
|
|
stm32f429i-disco \
|
2023-02-07 22:54:11 +01:00
|
|
|
stm32f4discovery \
|
2022-03-09 08:44:23 +01:00
|
|
|
thingy52 \
|
|
|
|
waspmote-pro \
|
|
|
|
weact-f401cc \
|
|
|
|
weact-f401ce \
|
|
|
|
weact-f411ce \
|
2022-09-13 21:16:44 +02:00
|
|
|
blackpill-stm32f103cb \
|
|
|
|
bluepill-stm32f103cb \
|
2022-03-09 08:44:23 +01:00
|
|
|
#
|
|
|
|
|
2020-04-09 23:33:23 +02:00
|
|
|
include $(RIOTBASE)/Makefile.include
|