2023-07-30 22:43:54 -04:00
|
|
|
set(src "ana_cmpr_example_main.c")
|
|
|
|
|
|
|
|
if(CONFIG_EXAMPLE_USE_ETM)
|
|
|
|
list(APPEND src "ana_cmpr_example_etm.c")
|
|
|
|
else()
|
|
|
|
list(APPEND src "ana_cmpr_example_intr.c")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
idf_component_register(SRCS ${src}
|
2023-03-06 23:09:07 -05:00
|
|
|
INCLUDE_DIRS ".")
|