1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/gd32v/Makefile.dep
2023-02-17 18:52:38 +01:00

15 lines
280 B
Makefile

USEMODULE += periph
USEPKG += nmsis_sdk
FEATURES_REQUIRED += periph_clic
ifneq (,$(filter periph_pm,$(USEMODULE)))
FEATURES_REQUIRED += periph_wdt
endif
ifneq (,$(filter periph_i2c,$(USEMODULE)))
USEMODULE += ztimer_usec
endif
include $(RIOTCPU)/riscv_common/Makefile.dep