From 60ede5c9393ca7bbcf3ea62a55e26f6234b29f7c Mon Sep 17 00:00:00 2001 From: franchioping Date: Thu, 26 Mar 2026 23:24:28 +0000 Subject: [PATCH] add cmakelists for idf.py --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..1fc95c2 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +idf_component_register( + SRCS "SPIFlash.cpp" + INCLUDE_DIRS "." + REQUIRES arduino-esp32 +)