2019-09-03 03:49:58 +00:00
|
|
|
idf_component_register(SRCS "ccomp_timer.c"
|
|
|
|
"ref_clock.c"
|
2019-04-28 07:39:02 +00:00
|
|
|
"test_runner.c"
|
|
|
|
"test_utils.c"
|
2019-09-03 03:49:58 +00:00
|
|
|
"ccomp_timer_impl.c"
|
2019-04-28 07:39:02 +00:00
|
|
|
INCLUDE_DIRS include
|
2019-09-03 03:49:58 +00:00
|
|
|
PRIV_INCLUDE_DIRS private_include
|
|
|
|
REQUIRES spi_flash idf_test unity
|
|
|
|
PRIV_REQUIRES perfmon)
|
2018-10-25 04:52:32 +00:00
|
|
|
|
|
|
|
|