8 lines
196 B
CMake
8 lines
196 B
CMake
idf_component_register(SRCS
|
|
"main.c"
|
|
"sshd.c"
|
|
"sshd_task.c"
|
|
"minicli.c"
|
|
INCLUDE_DIRS ".")
|
|
|
|
littlefs_create_partition_image(storage ../data FLASH_IN_PROJECT) |