Initial commit for ESP32

This commit is contained in:
2026-04-01 20:32:34 +03:00
parent 6f3584fe6d
commit 3772981b8f
12 changed files with 3715 additions and 1 deletions

7
esp32/CMakeLists.txt Normal file
View File

@@ -0,0 +1,7 @@
# The following five lines of boilerplate have to be in your project's
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.22)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(esp32)