mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 13:44:32 +02:00
esp32c3: add mbedtls dependency for crypto tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
if(IDF_TARGET STREQUAL "esp32c3")
|
if(IDF_TARGET STREQUAL "esp32c3")
|
||||||
idf_component_register(SRC_DIRS .
|
idf_component_register(SRC_DIRS .
|
||||||
INCLUDE_DIRS . ${CMAKE_CURRENT_BINARY_DIR}
|
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)
|
idf_build_set_property(COMPILE_DEFINITIONS "-DESP_TIMER_DYNAMIC_OVERFLOW_VAL" APPEND)
|
||||||
|
Reference in New Issue
Block a user