mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04: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:
parent
ff9db0dc80
commit
a5350112fb
@ -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
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user