build scripts and files

This commit is contained in:
bard
2025-12-05 18:37:36 -06:00
parent 8f99672cb3
commit f40d2e6384
9 changed files with 2199 additions and 6 deletions

3
main/CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
idf_component_register(SRCS "hello_world_main.c"
PRIV_REQUIRES spi_flash
INCLUDE_DIRS "")