diff --git a/makefiles/features_modules.inc.mk b/makefiles/features_modules.inc.mk index 14b0c72705..127fd82732 100644 --- a/makefiles/features_modules.inc.mk +++ b/makefiles/features_modules.inc.mk @@ -16,10 +16,15 @@ ifneq (,$(filter periph_init, $(USEMODULE))) periph_common \ periph_flexcomm \ periph_gpio_mux \ + periph_i2c_hw \ + periph_i2c_sw \ periph_rtc_ms \ periph_mcg \ periph_wdog \ + periph_flash \ periph_rtc_rtt \ + periph_rtt_hw_rtc \ + periph_rtt_hw_sys \ periph_clic \ periph_coretimer \ periph_plic \