add example

This commit is contained in:
2025-07-07 12:00:40 +09:00
commit 40c55e20c9
13 changed files with 809 additions and 0 deletions

8
main/CMakeLists.txt Normal file
View File

@@ -0,0 +1,8 @@
idf_component_register(SRCS
"main.c"
"sshd.c"
"sshd_task.c"
"minicli.c"
INCLUDE_DIRS ".")
littlefs_create_partition_image(storage ../data FLASH_IN_PROJECT)