first commit

This commit is contained in:
2026-03-19 16:06:28 +01:00
commit 361d0bac37
19 changed files with 5611 additions and 0 deletions

3
CMakeLists.txt Normal file
View File

@ -0,0 +1,3 @@
cmake_minimum_required(VERSION 3.16.0)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(thread_node_c6)