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

19 lines
369 B
Makefile
Raw Normal View History

USEMODULE += periph
2023-01-21 16:06:53 +01:00
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
2023-03-07 23:40:02 +01:00
ifneq (,$(filter periph_usbdev,$(USEMODULE)))
USEMODULE += usbdev_synopsys_dwc2
endif
include $(RIOTCPU)/riscv_common/Makefile.dep