esp-cryptoautlib: remove submodule and use from IDF component manager

This commit is contained in:
Mahavir Jain
2022-07-25 11:56:18 +05:30
parent cdd50aff1a
commit 203830e12b
3 changed files with 1 additions and 7 deletions
+1 -2
View File
@@ -268,6 +268,5 @@ endif()
# Link esp-cryptoauthlib to mbedtls
if(CONFIG_ATCA_MBEDTLS_ECDSA)
idf_component_get_property(cryptoauthlib esp-cryptoauthlib COMPONENT_LIB)
target_link_libraries(${COMPONENT_LIB} ${linkage_type} ${cryptoauthlib})
idf_component_optional_requires(PRIVATE espressif__esp-cryptoauthlib esp-cryptoauthlib)
endif()