2019-04-28 03:38:23 -04:00
|
|
|
idf_component_register(SRC_DIRS "."
|
|
|
|
INCLUDE_DIRS "." "${CMAKE_CURRENT_BINARY_DIR}"
|
|
|
|
REQUIRES unity test_utils nvs_flash ulp esp_common)
|
2018-08-26 22:48:16 -04:00
|
|
|
|
2018-11-13 07:14:17 -05:00
|
|
|
add_custom_command(OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/test_tjpgd_logo.h"
|
|
|
|
COMMAND xxd -i "logo.jpg" "${CMAKE_CURRENT_BINARY_DIR}/test_tjpgd_logo.h"
|
2019-05-09 22:53:08 -04:00
|
|
|
WORKING_DIRECTORY ${COMPONENT_DIR}
|
2018-11-13 07:14:17 -05:00
|
|
|
DEPENDS "${CMAKE_CURRENT_LIST_DIR}/logo.jpg")
|
2018-08-26 22:48:16 -04:00
|
|
|
|
2018-11-13 07:14:17 -05:00
|
|
|
add_custom_target(esp32_test_logo DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/test_tjpgd_logo.h")
|
2018-08-26 22:48:16 -04:00
|
|
|
|
2019-05-09 22:53:08 -04:00
|
|
|
add_dependencies(${COMPONENT_LIB} esp32_test_logo)
|
|
|
|
|
|
|
|
idf_build_set_property(COMPILE_DEFINITIONS "-DESP_TIMER_DYNAMIC_OVERFLOW_VAL" APPEND)
|
2019-06-28 01:34:19 -04:00
|
|
|
|
|
|
|
target_link_libraries(${COMPONENT_LIB} INTERFACE "-u ld_include_test_dport_xt_highint5")
|