2019-08-06 09:59:26 +00:00
|
|
|
if(IDF_TARGET STREQUAL "esp32")
|
|
|
|
idf_component_register(SRC_DIRS .
|
2020-04-03 08:53:11 +00:00
|
|
|
PRIV_INCLUDE_DIRS .
|
2020-03-22 10:30:24 +00:00
|
|
|
PRIV_REQUIRES unity test_utils nvs_flash ulp esp_common
|
2019-08-06 09:59:26 +00:00
|
|
|
)
|
|
|
|
target_link_libraries(${COMPONENT_LIB} INTERFACE "-u ld_include_test_dport_xt_highint5")
|
|
|
|
endif()
|
2019-06-28 05:34:19 +00:00
|
|
|
|