From 9bd71454684a1023d2efc64c0a1bfdee26a74295 Mon Sep 17 00:00:00 2001 From: Jakob Hasse Date: Tue, 5 Jan 2021 12:26:17 +0800 Subject: [PATCH] esp32c3: add mbedtls dependency for crypto tests --- components/esp32c3/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32c3/test/CMakeLists.txt b/components/esp32c3/test/CMakeLists.txt index ddee73fdb1..068a0a8549 100644 --- a/components/esp32c3/test/CMakeLists.txt +++ b/components/esp32c3/test/CMakeLists.txt @@ -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)