Logo
Explore Help
Sign In
feedc0de/esp-idf
1
0
Fork 0
You've already forked esp-idf
forked from espressif/esp-idf
Code Pull Requests Activity
Files
96db25c861b68fc7d90ea723ea23c4ba40040651
esp-idf/components/esp32/test/CMakeLists.txt

9 lines
320 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()
esp32: Add UTs for DPORT and Hi-interrupt
2019-06-28 13:34:19 +08:00
Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 38ms 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