fix(mbedtls): DTLS build issue due to missing timing APIs

This commit is contained in:
Mahavir Jain
2026-01-05 12:32:58 +05:30
parent ae303b0537
commit cf6dff90de
2 changed files with 96 additions and 1 deletions
+2 -1
View File
@@ -213,7 +213,8 @@ endforeach()
list(APPEND mbedtls_targets everest p256m)
set(mbedtls_target_sources "${COMPONENT_DIR}/port/mbedtls_debug.c"
"${COMPONENT_DIR}/port/esp_platform_time.c")
"${COMPONENT_DIR}/port/esp_platform_time.c"
"${COMPONENT_DIR}/port/esp_timing.c")
list(APPEND mbedtls_target_sources "${COMPONENT_DIR}/port/esp_psa_crypto_init.c")
# Add ESP-IDF NVS-based PSA ITS implementation