diff --git a/cpu/esp32/Makefile.include b/cpu/esp32/Makefile.include index 738fcbd71e..b25019e3c0 100644 --- a/cpu/esp32/Makefile.include +++ b/cpu/esp32/Makefile.include @@ -67,7 +67,12 @@ USEMODULE += esp_idf_esp32 USEMODULE += esp_idf_soc USEMODULE += log USEMODULE += periph +USEMODULE += periph_adc_ctrl USEMODULE += periph_common +USEMODULE += periph_hwrng +USEMODULE += periph_flash +USEMODULE += periph_rtc +USEMODULE += periph_uart USEMODULE += random USEMODULE += xtensa