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

pull/9582/head
Mahavir Jain 2022-07-25 11:56:18 +05:30
rodzic cdd50aff1a
commit 203830e12b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 99324EF4A00734E0
3 zmienionych plików z 1 dodań i 7 usunięć

4
.gitmodules vendored
Wyświetl plik

@ -51,10 +51,6 @@
path = components/tinyusb/tinyusb
url = ../../espressif/tinyusb.git
[submodule "examples/peripherals/secure_element/atecc608_ecdsa/components/esp-cryptoauthlib"]
path = examples/peripherals/secure_element/atecc608_ecdsa/components/esp-cryptoauthlib
url = ../../espressif/esp-cryptoauthlib.git
[submodule "components/cmock/CMock"]
path = components/cmock/CMock
url = ../../ThrowTheSwitch/CMock.git

Wyświetl plik

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

@ -1 +0,0 @@
Subproject commit 985ea960f83f67f66881e2dae57097e2a07b92a0