2020-02-06 06:00:18 +00:00
|
|
|
idf_component_register(SRC_DIRS "."
|
|
|
|
PRIV_INCLUDE_DIRS "../private_include"
|
2020-03-22 10:30:24 +00:00
|
|
|
PRIV_REQUIRES unity test_utils)
|
2020-02-06 06:00:18 +00:00
|
|
|
|
|
|
|
if(CONFIG_ESP_TIMER_IMPL_FRC2)
|
|
|
|
idf_build_set_property(COMPILE_DEFINITIONS "-DESP_TIMER_DYNAMIC_OVERFLOW_VAL" APPEND)
|
|
|
|
endif()
|