examples: update idf_as_lib example to use new api

This commit is contained in:
Renz Christian Bagaporo
2019-03-24 10:14:49 +08:00
parent c564d1730f
commit 477fa49fc0
24 changed files with 176 additions and 57 deletions
+2 -2
View File
@@ -55,8 +55,8 @@ else()
"src/idf/secure_boot_signatures.c")
set(COMPONENT_ADD_INCLUDEDIRS "include")
set(COMPONENT_PRIV_INCLUDEDIRS "include_bootloader")
set(COMPONENT_REQUIRES soc) #unfortunately the header directly uses SOC registers
set(COMPONENT_PRIV_REQUIRES spi_flash mbedtls efuse)
set(COMPONENT_REQUIRES mbedtls soc) #unfortunately the header directly uses SOC registers
set(COMPONENT_PRIV_REQUIRES spi_flash efuse)
endif()
register_component()