1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 23:11:19 +01:00

cpu/esp32: periph submodules enabled by default

This commit is contained in:
Gunar Schorcht 2019-04-04 00:22:16 +02:00 committed by Schorcht
parent a3c314f0cd
commit 6b76e64759

View File

@ -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