list(APPEND incs ".") list(APPEND incs "../components/system/include") list(APPEND incs "../components/system/source") list(APPEND incs "../components/system/source/k_kit") list(APPEND incs "../components/system/source/shell") list(APPEND srcs "app_main.c") list(APPEND srcs "console.c") list(APPEND srcs "drivers/data_port/sb_data_port.c") list(APPEND srcs "drivers/data_port/uart/uart_port.c") list(APPEND srcs "button/button.c") list(APPEND srcs "button/multi_button.c") list(APPEND srcs "config/board_config.c") idf_component_register( INCLUDE_DIRS ${incs} SRCS ${srcs} REQUIRES driver nvs_flash )