mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 02:37:19 +02:00
feat(mbedtls): updated mbedtls version from 2.28.7 to 2.28.8
This MR updated MbedTLS version to 2.28.8.
This commit is contained in:
@ -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()
|
||||
|
Submodule components/mbedtls/mbedtls updated: 2b8e772fc1...4cfd2256ee
@ -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/
|
||||
|
Reference in New Issue
Block a user