2019-08-06 05:59:26 -04:00
|
|
|
set(src_dirs ".")
|
|
|
|
if(IDF_TARGET STREQUAL "esp32")
|
|
|
|
list(APPEND src_dirs "esp32")
|
|
|
|
endif()
|
|
|
|
idf_component_register(SRC_DIRS ${src_dirs}
|
2019-04-28 03:38:23 -04:00
|
|
|
INCLUDE_DIRS "."
|
|
|
|
REQUIRES unity test_utils spi_flash bootloader_support app_update)
|