1
0
mirror of https://github.com/espressif/esp-idf.git synced 2025-08-20 04:51:37 +02:00

esp32c3: add mbedtls dependency for crypto tests

This commit is contained in:
Jakob Hasse
2021-01-05 12:26:17 +08:00
parent de365a85db
commit 9bd7145468

@@ -1,7 +1,7 @@
if(IDF_TARGET STREQUAL "esp32c3")
idf_component_register(SRC_DIRS .
INCLUDE_DIRS . ${CMAKE_CURRENT_BINARY_DIR}
REQUIRES unity test_utils esp_common
REQUIRES unity test_utils esp_common mbedtls
)
idf_build_set_property(COMPILE_DEFINITIONS "-DESP_TIMER_DYNAMIC_OVERFLOW_VAL" APPEND)