Merge branch 'feature/update_mbedtls_version_to_2.28.8' into 'release/v4.4'

feat(mbedtls): updated mbedtls version from 2.28.7 to 2.28.8

See merge request espressif/esp-idf!30018
pull/9873/merge
Jiang Jiang Jian 2024-04-17 10:43:56 +08:00
commit 6b60008e50
3 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -3,6 +3,10 @@ idf_build_get_property(python PYTHON)
set(priv_requires soc esp_hw_support)
# Variable DISABLE_PACKAGE_CONFIG_AND_INSTALL is set to true to use old policy for mbedtls/pkgconfig.
# if set to false, we need to set policy in mbedtls/mbedtls/pkgconfig.CMakeLists
set(DISABLE_PACKAGE_CONFIG_AND_INSTALL true)
if(NOT BOOTLOADER_BUILD)
list(APPEND priv_requires esp_pm)
endif()

@ -1 +1 @@
Subproject commit 2b8e772fc1cb0732cda3bae7d1e9d6f4cfaf63d9
Subproject commit 4cfd2256ee068ba931a6e332ad7b55639812d225

Wyświetl plik

@ -48,6 +48,7 @@ components/wpa_supplicant/esp_supplicant/include/
components/mbedtls/port/include/
components/mbedtls/mbedtls/include/mbedtls/
components/mbedtls/mbedtls/include/psa/
components/mbedtls/mbedtls/3rdparty/everest/include/
components/coap/
components/nghttp/