2020-01-17 03:47:08 +00:00
|
|
|
if(IDF_TARGET STREQUAL "esp32s2")
|
2019-08-06 08:36:16 +00:00
|
|
|
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 08:36:16 +00:00
|
|
|
)
|
|
|
|
endif()
|
2019-06-27 13:45:24 +00:00
|
|
|
|