mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(mbedtls): DTLS build issue due to missing timing APIs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user