2023-07-31 10:43:54 +08: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-07 12:09:07 +08:00
|
|
|
INCLUDE_DIRS ".")
|