esp32, esp32s2: create esp_pm component

This commit is contained in:
Renz Bagaporo
2020-07-21 17:15:19 +08:00
committed by bot
parent 87bc33f7df
commit 6462f9bfe1
29 changed files with 196 additions and 825 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ idf_build_get_property(python PYTHON)
idf_component_register(SRCS "esp_crt_bundle/esp_crt_bundle.c"
INCLUDE_DIRS "port/include" "mbedtls/include" "esp_crt_bundle/include"
REQUIRES lwip
PRIV_REQUIRES soc
PRIV_REQUIRES esp_pm soc
)
if(CONFIG_MBEDTLS_CERTIFICATE_BUNDLE)