Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-10-20 10:45:22 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
1fd8fdcf7de7b25f9980e7cc973da2953784c273
esp-idf/components/esp32/test/CMakeLists.txt

8 lines
319 B
CMake
Raw Normal View History

fix unit test and examples for s2beta
2019-08-06 17:59:26 +08:00
if(IDF_TARGET STREQUAL "esp32")
idf_component_register(SRC_DIRS .
esp_rom: move rom api test into esp_rom component
2020-04-03 16:53:11 +08:00
PRIV_INCLUDE_DIRS .
NVS: using esp_partition API * partition api changed from spi_flash* API to esp_partition* API and is abstracted as a C++ interface. * The old nvs encryption is still possible * changed default unit test app partition table * Partitions coming from esp_partition API are checked for generic flash encryption. If yes, an error is returned since generic flash encryption isn't compatible with nvs encryption * esp32, esp32s2 tests don't require nvs_flash but mbedtls now Closes IDF-1340 Closes IDF-858
2020-04-27 08:51:31 +08:00
PRIV_REQUIRES cmock test_utils mbedtls ulp esp_common
fix unit test and examples for s2beta
2019-08-06 17:59:26 +08:00
)
target_link_libraries(${COMPONENT_LIB} INTERFACE "-u ld_include_test_dport_xt_highint5")
endif()
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 45ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API